Skip to content

Commit

Permalink
chore: fix pre-commit version
Browse files Browse the repository at this point in the history
until docformatter hook is fixed
PyCQA/docformatter#293
  • Loading branch information
azmeuk committed Oct 27, 2024
1 parent 954ab1c commit ff4a404
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ sphinxcontrib-images = "^0.9.4"
coverage = {version = "*", extras=["toml"]}
faker = "*"
flask-webtest = "*"
pre-commit = "*"
# pre-commit version is fixed until docformatted hook is compatible
# https://github.com/PyCQA/docformatter/issues/293
pre-commit = "^3.0.0"
pyquery = "*"
pytest = "^8.0.0"
pytest-coverage = "*"
Expand Down Expand Up @@ -223,7 +225,7 @@ commands =
[testenv:style]
commands =
pip install pre-commit
pip install pre-commit<4
pre-commit run --all-files
[testenv:doc]
Expand Down

0 comments on commit ff4a404

Please sign in to comment.