Skip to content

Commit

Permalink
Merge pull request #319 from expobrain/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
expobrain authored Dec 29, 2024
2 parents 9a74922 + adae57e commit 74664e7
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 @@ -45,7 +45,7 @@ repos:
- flake8-bugbear
- flake8-datetime-utcnow-plugin
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args:
Expand All @@ -56,7 +56,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/bandit
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args:
Expand All @@ -65,7 +65,7 @@ repos:
- "--exclude"
- "tests"
- repo: https://github.com/pycqa/bandit
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args:
Expand Down

0 comments on commit 74664e7

Please sign in to comment.