skip .git files from linting with flake8 (#2506)

This commit is contained in:
Grzegorz Śliwiński
2018-10-05 17:29:21 +02:00
committed by Jelle Zijlstra
parent fafed64213
commit 94485f9e4f

View File

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