1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

Unnecessary exclude

This commit is contained in:
2023-12-12 22:44:44 +01:00
parent 81825379cb
commit 65af6b5762

View File

@@ -46,7 +46,6 @@ exclude = [
"build",
"dist",
"example_config/gunicorn_digimarks_conf.py",
"example_config/rq_settings.example.py",
"example_config/settings.py",
]
ignore = ["D203"]