diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e86da9300..814bb6794 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: