Skip to content

Commit 6afb1d3

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/pycqa/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2)
1 parent 18b3f06 commit 6afb1d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default_stages:
1515

1616
repos:
1717
- repo: https://github.com/compilerla/conventional-pre-commit
18-
rev: v4.2.0
18+
rev: v4.3.0
1919
hooks:
2020
- id: conventional-pre-commit
2121
stages: [commit-msg]
@@ -31,8 +31,8 @@ repos:
3131
- id: check-yaml
3232
args: ["--unsafe"]
3333

34-
- repo: https://github.com/psf/black
35-
rev: 25.1.0
34+
- repo: https://github.com/psf/black-pre-commit-mirror
35+
rev: 25.12.0
3636
hooks:
3737
- id: black
3838
types:
@@ -46,7 +46,7 @@ repos:
4646
- python
4747

4848
- repo: https://github.com/pycqa/bandit
49-
rev: 1.8.6
49+
rev: 1.9.2
5050
hooks:
5151
- id: bandit
5252
args: ["-ll"]

0 commit comments

Comments
 (0)