We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d6d16 commit ef34212Copy full SHA for ef34212
1 file changed
setup.cfg
@@ -32,7 +32,7 @@ sign = 1
32
[flake8]
33
per-file-ignores =
34
python_utils/types.py: F403,F405
35
-ignore = W391, W503, E741, E203
+ignore = W391, W503, E741, E203, F811
36
exclude =
37
docs
38
0 commit comments