mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Fix flake8 E266 too many leading '#' for block comment
Ignore for NZBGET scripts
This commit is contained in:
parent
077f04bc53
commit
9dd25f96b2
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -66,7 +66,7 @@ ignore =
|
|||
per-file-ignores =
|
||||
; F401 imported but unused
|
||||
; E402 module level import not at top of file
|
||||
nzbTo*.py: E265
|
||||
nzbTo*.py: E265, E266
|
||||
core/__init__.py: E402, F401
|
||||
core/utils/__init__.py: F401
|
||||
core/plugins/downloaders/configuration.py: F401
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue