Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Steven K <[email protected]>
  • Loading branch information
rh0dium committed Dec 28, 2023
1 parent 7517786 commit 5ee5b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ exclude = '''

[tool.bandit]
targets = ['django_states']
exclude_dirs = ["django_states/tests"]
exclude_dirs = ["django_states/tests", "demo_app"]
skips = ["B101"]

[tool.coverage.run]
Expand Down

0 comments on commit 5ee5b3f

Please sign in to comment.