We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7e8f62 + d56d569 commit ebad305Copy full SHA for ebad305
setup.cfg
@@ -29,8 +29,8 @@ classifiers =
29
packages = find:
30
install_requires =
31
mccabe>=0.7.0,<0.8.0
32
- pycodestyle>=2.12.0,<2.13.0
33
- pyflakes>=3.2.0,<3.3.0
+ pycodestyle>=2.13.0,<2.14.0
+ pyflakes>=3.3.0,<3.4.0
34
python_requires = >=3.9
35
package_dir =
36
=src
src/flake8/plugins/pyflakes.py
@@ -55,6 +55,7 @@
55
"UndefinedName": "F821",
56
"UndefinedExport": "F822",
57
"UndefinedLocal": "F823",
58
+ "UnusedIndirectAssignment": "F824",
59
"DuplicateArgument": "F831",
60
"UnusedVariable": "F841",
61
"UnusedAnnotation": "F842",
0 commit comments