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 e719f54 commit 85f060bCopy full SHA for 85f060b
.flake8
@@ -35,10 +35,8 @@ per-file-ignores =
35
# https://github.com/PyCQA/flake8/issues/1079
36
# F811 redefinition of unused '...'
37
stubs/*.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F822, Y026, Y027
38
- stdlib/@python2/*.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F822, Y026, Y027
39
- stdlib/@python2/typing.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F811, F822, Y026, Y027
40
stdlib/typing.pyi: E301, E302, E305, E501, E701, E741, F401, F403, F405, F811, F822, Y026, Y034
41
42
# We are checking with Python 3 but many of the stubs are Python 2 stubs.
43
builtins = buffer,file,long,raw_input,unicode,xrange
44
-exclude = .venv*,.git,*_pb2.pyi
+exclude = .venv*,.git,*_pb2.pyi,stdlib/@python2/*
0 commit comments