Revert "Temporarily disable some flake8 ignores for testing"

This reverts commit e7179dde1c.
This commit is contained in:
Labrys of Knossos 2019-04-07 12:42:18 -04:00
commit 28ff74d0c8

View file

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