Skip to content

Commit a435fef

Browse files
authored
chore(pre-commit): autoupdate hooks (#67)
2 parents f5f7bd5 + a8bee1a commit a435fef

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
@@ -8,7 +8,7 @@ default_install_hook_types:
88

99
repos:
1010
- repo: https://github.com/compilerla/conventional-pre-commit
11-
rev: v4.2.0
11+
rev: v4.3.0
1212
hooks:
1313
- id: conventional-pre-commit
1414
stages: [commit-msg]
@@ -24,7 +24,7 @@ repos:
2424
- id: check-added-large-files
2525

2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 25.9.0
27+
rev: 25.11.0
2828
hooks:
2929
- id: black
3030
types:
@@ -38,7 +38,7 @@ repos:
3838
- python
3939

4040
- repo: https://github.com/pycqa/bandit
41-
rev: 1.8.6
41+
rev: 1.9.2
4242
hooks:
4343
- id: bandit
4444
args: ["-ll"]

0 commit comments

Comments
 (0)