Skip to content

Commit

Permalink
Exclude local settings file from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed May 10, 2023
1 parent 21b4850 commit 17ca145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import-order-style = pycharm
max-complexity = 10
max-line-length = 90
use-varnames-strict-mode = true
exclude = .git,__pycache__,build,dist,.venv,blossom/bootstrap/*,*/migrations/*,docker/*
exclude = .git,__pycache__,build,dist,.venv,blossom/bootstrap/*,*/migrations/*,docker/*,./local_settings.py
per-file-ignores =
blossom/settings/routing.py:F401,F403

0 comments on commit 17ca145

Please sign in to comment.