Fix flake8 E266 too many leading '#' for block comment

Ignore for NZBGET scripts
This commit is contained in:
Labrys of Knossos 2019-04-07 12:58:31 -04:00
commit 9dd25f96b2

View file

@ -66,7 +66,7 @@ ignore =
per-file-ignores = per-file-ignores =
; F401 imported but unused ; F401 imported but unused
; E402 module level import not at top of file ; E402 module level import not at top of file
nzbTo*.py: E265 nzbTo*.py: E265, E266
core/__init__.py: E402, F401 core/__init__.py: E402, F401
core/utils/__init__.py: F401 core/utils/__init__.py: F401
core/plugins/downloaders/configuration.py: F401 core/plugins/downloaders/configuration.py: F401