Fixes a minor TODO in settings, and enables flake8 for settings.py

This commit is contained in:
Trenton Holmes
2022-09-01 10:35:33 -07:00
parent 9e0a454ab2
commit 02e5cea0f1
4 changed files with 25 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
extend-exclude = */migrations/*, paperless/settings.py, */tests/*
extend-exclude = */migrations/*, */tests/*
# E203 - https://www.flake8rules.com/rules/E203.html
# W503 - https://www.flake8rules.com/rules/W503.html
ignore = E203,W503