Fixes what looks like a conflict between black and flake8

This commit is contained in:
Trenton Holmes 2022-03-11 11:26:37 -08:00
parent 1771d18a21
commit e2303235cd

View File

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