Skip to content

Commit

Permalink
allow flake > 5 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbasan authored Jan 17, 2025
1 parent 7874ae8 commit 8b18cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pytest-subtests = "^0.13.1"
isort = "^5.10.1"
pre-commit = "^2.19.0"
mypy = ">=1.0.0, !=1.11.0"
flake8 = "^5.0.4"
flake8 = ">=5.0.4"
Sphinx = "^5.2.3"

[build-system]
Expand Down

0 comments on commit 8b18cdc

Please sign in to comment.