Skip to content

Commit

Permalink
Fix: Use flake8==4.0.1
Browse files Browse the repository at this point in the history
Unfortunately it seems that the newly minted version of flake8 (5.0.2) is not yet working with the pytest plugin: tholo/pytest-flake8#87

Pin version of flake8 as a workaround.
  • Loading branch information
alexdewar committed Aug 1, 2022
1 parent 547a715 commit 6a74aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exclude =

[options.extras_require]
dev =
flake8
flake8==4.0.1
black
pytest
pre-commit
Expand Down

0 comments on commit 6a74aa0

Please sign in to comment.