Temporarily disable some flake8 ignores for testing

This commit is contained in:
Labrys of Knossos 2019-04-07 12:38:43 -04:00
commit e7179dde1c

View file

@ -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