Skip to content

Commit

Permalink
Pin flake8 to version 4.0.1 due to breaking changes in 5.0
Browse files Browse the repository at this point in the history
flake8 5.0 breaks pyproject-flake8:

csachs/pyproject-flake8#13

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Aug 22, 2022
1 parent 28f5e93 commit 2730e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8
flake8==4.0.1
flake8-docstrings
flake8-builtins
pyproject-flake8
Expand Down

0 comments on commit 2730e75

Please sign in to comment.