mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Revert "Temporarily disable some flake8 ignores for testing"
This reverts commit e7179dde1c
.
This commit is contained in:
parent
e7179dde1c
commit
28ff74d0c8
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -36,7 +36,7 @@ statistics = True
|
|||
ignore =
|
||||
; -- flake8 --
|
||||
; E501 line too long
|
||||
; E501
|
||||
E501
|
||||
|
||||
; -- flake8-docstrings --
|
||||
; D100 Missing docstring in public module
|
||||
|
@ -57,7 +57,7 @@ ignore =
|
|||
per-file-ignores =
|
||||
; F401 imported but unused
|
||||
; E402 module level import not at top of file
|
||||
; core/__init__.py: E402, F401
|
||||
core/__init__.py: E402, F401
|
||||
core/utils/__init__.py: F401
|
||||
core/plugins/downloaders/configuration.py: F401
|
||||
core/plugins/downloaders/utils.py: F401
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue