Skip to content

Commit a8bee1a

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/compilerla/conventional-pre-commit: v4.2.0 → v4.3.0](compilerla/conventional-pre-commit@v4.2.0...v4.3.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pycqa/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2)
1 parent d836f1b commit a8bee1a

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)