Skip to content

Commit

Permalink
requirements-dev.in: ensure Python 3.8 and type annotation support
Browse files Browse the repository at this point in the history
PyCQA/pyflakes#367 is fixed in 2.1.0, which
a new enough flake8 pulls in, but not the default 2.5.5 when the
dependencies are generated under Python 3.7.
  • Loading branch information
wferi committed May 17, 2023
1 parent 739c04b commit a81cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
autopep8
flake8
flake8>=5 # for type annotation support and Python 3.8 compatibility in pyflakes 2.1.0+
mypy
pycodestyle
pytest
Expand Down

0 comments on commit a81cce2

Please sign in to comment.