Skip to content

Commit

Permalink
chore: update pre-commit hooks (#211)
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 committed Dec 18, 2023
1 parent 3d4070a commit 4915276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- "--py37-plus"
- "--keep-runtime-typing"
- repo: https://github.com/pycqa/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/bandit
Expand All @@ -74,7 +74,7 @@ repos:
- "-lll"
- "tests"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 4915276

Please sign in to comment.