Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9bbd91

Browse files
authored
Remove flake8 F821 checks for stubs (#14367)
F821 is only checked as a test for the F821 monkeypatch functionality in flake8-pyi, but that will be removed.
1 parent 741c70f commit e9bbd91

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.flake8

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[flake8]
22
# 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
3+
select = Y
54
# Ignore rules normally excluded by default
65
extend-ignore = Y090,Y091
76
per-file-ignores =

0 commit comments

Comments
 (0)