mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
flake8: do not exclude @python2 dirs (#5457)
This commit is contained in:
2
.flake8
2
.flake8
@@ -22,5 +22,5 @@ per-file-ignores =
|
||||
|
||||
# We are checking with Python 3 but many of the stubs are Python 2 stubs.
|
||||
builtins = StandardError,apply,basestring,buffer,cmp,coerce,execfile,file,intern,long,raw_input,reduce,reload,unichr,unicode,xrange
|
||||
exclude = .venv*,@*,.git,*_pb2.pyi
|
||||
exclude = .venv*,.git,*_pb2.pyi
|
||||
max-line-length = 130
|
||||
|
||||
Reference in New Issue
Block a user