We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f5bfc commit 7546924Copy full SHA for 7546924
tools/requirements_flake8.txt
@@ -1,6 +1,4 @@
1
flake8==5.0.4; python_version < '3.9'
2
-pycodestyle==2.9.1; python_version < '3.8'
3
-pyflakes==2.5.0; python_version < '3.8'
4
flake8==6.1.0; python_version >= '3.9'
5
pycodestyle==2.11.1; python_version >= '3.9'
6
pyflakes==3.1.0; python_version >= '3.9'
0 commit comments