flake8 config: remove line that exists only for Python-2 checking (#7570)

This commit is contained in:
Alex Waygood
2022-04-01 07:07:16 +01:00
committed by GitHub
parent da3e69d093
commit ae6ff79c0e
2 changed files with 1 additions and 3 deletions

View File

@@ -37,6 +37,4 @@ per-file-ignores =
stubs/*.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F822, Y026, Y027
stdlib/typing.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F811, F822, Y026, Y034
# We are checking with Python 3 but many of the stubs are Python 2 stubs.
builtins = buffer,file,long,raw_input,unicode,xrange
exclude = .venv*,.git,*_pb2.pyi,stdlib/@python2/*