Removes flake8 ignored warnings and errors, as black formatting will take care of almost all of these

This commit is contained in:
Trenton Holmes 2022-03-09 07:14:22 -08:00
parent 0fa48cea2a
commit 888e17cb91

View File

@ -59,7 +59,6 @@ repos:
exclude: "(migrations)|(paperless/settings.py)|(.*\\.tox)|(.*/tests/.*)"
args:
- "--max-line-length=88"
- "--ignore=E121,E123,E126,E226,E24,E704,W503,W504,E203"
- repo: https://github.com/psf/black
rev: 22.1.0
hooks: