Skip to content

Commit a52a6cf

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.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) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
1 parent a4c04b6 commit a52a6cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default_stages: [pre-commit]
1414

1515
repos:
1616
- repo: https://github.com/compilerla/conventional-pre-commit
17-
rev: v4.2.0
17+
rev: v4.3.0
1818
hooks:
1919
- id: conventional-pre-commit
2020
stages: [commit-msg]
@@ -32,8 +32,8 @@ repos:
3232
- id: check-added-large-files
3333
args: ["--maxkb=1500"]
3434

35-
- repo: https://github.com/psf/black
36-
rev: 25.9.0
35+
- repo: https://github.com/psf/black-pre-commit-mirror
36+
rev: 25.11.0
3737
hooks:
3838
- id: black
3939
types:
@@ -47,7 +47,7 @@ repos:
4747
- python
4848

4949
- repo: https://github.com/pycqa/bandit
50-
rev: 1.8.6
50+
rev: 1.9.2
5151
hooks:
5252
- id: bandit
5353
args: ["-ll"]
@@ -56,7 +56,7 @@ repos:
5656
# esbenp.prettier-vscode defaults to using prettier@2.8.8. this mirror is the closest equivalent
5757
# another option would be to 'npm install prettier' explicitly in the Dockerfile, as the VS Code plugin will use it
5858
- repo: https://github.com/pre-commit/mirrors-prettier
59-
rev: v2.7.1
59+
rev: v4.0.0-alpha.8
6060
hooks:
6161
- id: prettier
6262
types_or: [javascript, css]

0 commit comments

Comments
 (0)