Skip to content

Commit

Permalink
fix: pin pyflakes version (#1739)
Browse files Browse the repository at this point in the history
Incompatibility between pylama and pyflakes > 2.4.0
klen/pylama#224
  • Loading branch information
bewing committed Aug 22, 2022
1 parent ed8ff71 commit 029a38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ flake8-import-order==0.18.1
pytest==6.2.5
pytest-cov==3.0.0
pytest-json==0.4.0
pyflakes==2.4.0
pylama==8.2.1
mock==4.0.3
tox==3.25.1
Expand Down

0 comments on commit 029a38b

Please sign in to comment.