Skip to content

Commit

Permalink
Merge pull request #44 from ARYAN-NIKNEZHAD/chore/pre-commit-config
Browse files Browse the repository at this point in the history
🔧  Update pre-commit config
sepehr-akbarzadeh authored Aug 28, 2024
2 parents f0cef87 + f47bd9a commit d5c9a5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -27,3 +27,10 @@ repos:
hooks:
- id: black
exclude: (migrations/|tests/|docs/|static/|media/).*

- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
hooks:
- id: bandit
args: ["-c pyproject.toml"]
additional_dependencies: ["toml"]

0 comments on commit d5c9a5b

Please sign in to comment.