Skip to content

Commit

Permalink
Merge pull request #17 from ARYAN-NIKNEZHAD/chore/pre-commit-config
Browse files Browse the repository at this point in the history
🔧 Update pre-commit config
  • Loading branch information
sepehr-akbarzadeh authored Aug 26, 2024
2 parents 99a50f3 + 4a918f8 commit 564d6f6
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
Expand Up @@ -28,6 +28,13 @@ repos:
args: ["--config-file=mypy.ini"]
exclude: ^(docs/|stubs/|tests/)

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

- repo: https://github.com/codespell-project/codespell
# Configuration for codespell is in .codespellrc
rev: v2.2.6
Expand Down

0 comments on commit 564d6f6

Please sign in to comment.