Browse Source

[flake8] Ignore build/ directory

That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload.
Philipp Hagemeister 11 năm trước cách đây
mục cha
commit
60e5428925
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -2,5 +2,5 @@
 universal = True
 
 [flake8]
-exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py
+exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,setup.py,build
 ignore = E501