mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
skip .git files from linting with flake8 (#2506)
This commit is contained in:
committed by
Jelle Zijlstra
parent
fafed64213
commit
94485f9e4f
2
.flake8
2
.flake8
@@ -20,4 +20,4 @@ ignore = F401, F403, F405, F811, E127, E128, E301, E302, E305, E501, E701, E704,
|
||||
# A nice future improvement would be to provide separate .flake8
|
||||
# configurations for Python 2 and Python 3 files.
|
||||
builtins = StandardError,apply,basestring,buffer,cmp,coerce,execfile,file,intern,long,raw_input,reduce,reload,unichr,unicode,xrange
|
||||
exclude = .venv*,@*
|
||||
exclude = .venv*,@*,.git
|
||||
|
||||
Reference in New Issue
Block a user