Skip to content

Commit 602c2a3

Browse files
chore: update pre-commit hooks (#311)
Co-authored-by: expobrain <expobrain@users.noreply.github.com>
1 parent 551a07a commit 602c2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: check-hooks-apply
5656
- repo: https://github.com/pycqa/isort
57-
rev: 5.13.0
57+
rev: 5.13.2
5858
hooks:
5959
- id: isort
6060
- repo: https://github.com/pycqa/bandit
@@ -76,7 +76,7 @@ repos:
7676
- "-lll"
7777
- "tests"
7878
- repo: https://github.com/psf/black
79-
rev: 23.11.0
79+
rev: 23.12.0
8080
hooks:
8181
- id: black
8282
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)