flake8: do not exclude @python2 dirs (#5457)

This commit is contained in:
Akuli
2021-05-15 13:05:26 +03:00
committed by GitHub
parent 3aa4c67839
commit b0ef85288d

View File

@@ -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