diff --git a/.flake8 b/.flake8 index cb6908cf9..c3f4ab2b8 100644 --- a/.flake8 +++ b/.flake8 @@ -1,7 +1,6 @@ [flake8] # Y: Flake8 is only used to run flake8-pyi, everything else is in Ruff -# F821: Typeshed is a testing ground for flake8-pyi, which monkeypatches F821 -select = Y, F821 +select = Y # Ignore rules normally excluded by default extend-ignore = Y090,Y091 per-file-ignores =