mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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 =
|
ignore =
|
||||||
; -- flake8 --
|
; -- flake8 --
|
||||||
; E501 line too long
|
; E501 line too long
|
||||||
; E501
|
E501
|
||||||
|
|
||||||
; -- flake8-docstrings --
|
; -- flake8-docstrings --
|
||||||
; D100 Missing docstring in public module
|
; D100 Missing docstring in public module
|
||||||
|
@ -57,7 +57,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
|
||||||
; 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
|
||||||
core/plugins/downloaders/utils.py: F401
|
core/plugins/downloaders/utils.py: F401
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue