Fix flake8 E265 block comment should start with '# '

Ignore for NZBGET scripts
This commit is contained in:
Labrys of Knossos 2019-04-07 12:56:50 -04:00
commit 077f04bc53
2 changed files with 13 additions and 12 deletions

View file

@ -66,6 +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
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