We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2906ad3 commit 08916a1Copy full SHA for 08916a1
deps/dev-requirements.txt
@@ -11,4 +11,5 @@ mypy == 1.7.0
11
# formatting
12
ruff == 0.9.6
13
# linting
14
-flake8
+# flake8 7.2.0 bumped to pyflakes 3.3.0, which adds a new lint error around global usage which will need to be manually fixed
15
+flake8==7.1.2
0 commit comments