Skip to content

Commit

Permalink
flake8: Ignore .git
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Jan 25, 2015
1 parent d4f64ca commit c9326b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
universal = True

[flake8]
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build,.git
ignore = E501

0 comments on commit c9326b3

Please sign in to comment.