Skip to content

Commit

Permalink
Fix flake8 version 5.0.0 to fix incompatibilities with pytest-flake8
Browse files Browse the repository at this point in the history
Until tholo/pytest-flake8#88 is not merged
  • Loading branch information
szobov committed Oct 26, 2022
1 parent 501c423 commit 8f4c9b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ pytest-timeout>=2.1.0
pytest-mypy>=0.10.0
responses>=0.21.0
pytest-flake8>=1.1.1
flake8>=5.0.4
# flake8>=5.0.4
flake8<5.0.0 # until https://github.com/tholo/pytest-flake8/pull/88 is not merged
pytest-black>=0.3.12

0 comments on commit 8f4c9b2

Please sign in to comment.