Skip to content

Commit

Permalink
chore: update pre-commit hooks (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: expobrain <expobrain@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and expobrain authored Dec 11, 2023
1 parent 2609ece commit 3d4070a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ repos:
- "--py37-plus"
- "--keep-runtime-typing"
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort
- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
args:
Expand All @@ -65,7 +65,7 @@ repos:
- "--exclude"
- "tests"
- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
args:
Expand Down

0 comments on commit 3d4070a

Please sign in to comment.