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 741c70f commit e9bbd91Copy full SHA for e9bbd91
1 file changed
.flake8
@@ -1,7 +1,6 @@
1
[flake8]
2
# Y: Flake8 is only used to run flake8-pyi, everything else is in Ruff
3
-# F821: Typeshed is a testing ground for flake8-pyi, which monkeypatches F821
4
-select = Y, F821
+select = Y
5
# Ignore rules normally excluded by default
6
extend-ignore = Y090,Y091
7
per-file-ignores =
0 commit comments