We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asottile
Learn more about funding links in repositories.
Report abuse
2 parents 283f0c8 + d79021a commit d7baba5Copy full SHA for d7baba5
setup.cfg
@@ -38,8 +38,8 @@ install_requires=
38
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
39
# And in which releases we will update those ranges here:
40
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
41
- pyflakes >= 2.3.0, < 2.4.0
42
- pycodestyle >= 2.7.0, < 2.8.0
+ pyflakes >= 2.4.0, < 2.5.0
+ pycodestyle >= 2.8.0, < 2.9.0
43
mccabe >= 0.6.0, < 0.7.0
44
importlib-metadata<4.3; python_version<"3.8"
45
0 commit comments