Browse Source

flake8: Ignore .git

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
c9326b38b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.cfg

+ 1
- 1
setup.cfg View File

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

Loading…
Cancel
Save