Skip to content

Commit

Permalink
Limit pre-commit to <4.0.0 until "docformatter" supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 18, 2024
1 parent 1c4a205 commit c104cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ flake8 = [
pre-commit = [
{ version = "^2.21.0", python = "<3.8.0" },
{ version = "^3.1.0", python = ">=3.8.0,<4.0" },
{ version = ">=3.6.0", python = ">=3.9.0,<4.0" },
{ version = "^3.8.0", python = ">=3.9.0,<4.0" },
]
mypy = ">=1.11.2"
types-redis = ">=4.6.0.20240218"
Expand Down

0 comments on commit c104cff

Please sign in to comment.