Skip to content

Commit b69c115

Browse files
chore: update pre-commit hooks (#320)
Co-authored-by: expobrain <expobrain@users.noreply.github.com>
1 parent 5142b32 commit b69c115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: isort
6060
- repo: https://github.com/pycqa/bandit
61-
rev: 1.7.6
61+
rev: 1.7.7
6262
hooks:
6363
- id: bandit
6464
args:
@@ -67,7 +67,7 @@ repos:
6767
- "--exclude"
6868
- "tests"
6969
- repo: https://github.com/pycqa/bandit
70-
rev: 1.7.6
70+
rev: 1.7.7
7171
hooks:
7272
- id: bandit
7373
args:
@@ -76,7 +76,7 @@ repos:
7676
- "-lll"
7777
- "tests"
7878
- repo: https://github.com/psf/black
79-
rev: 23.12.1
79+
rev: 24.1.1
8080
hooks:
8181
- id: black
8282
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)