Skip to content

Commit

Permalink
skip .git files from linting with flake8 (python#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk authored and JelleZijlstra committed Oct 5, 2018
1 parent fafed64 commit 94485f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94485f9

Please sign in to comment.