From 888e17cb91057706ed7015efe2491507140098c9 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Wed, 9 Mar 2022 07:14:22 -0800 Subject: [PATCH] Removes flake8 ignored warnings and errors, as black formatting will take care of almost all of these --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) 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: