Skip to content

Commit b593cdd

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 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/pycqa/bandit: 1.8.6 → 1.9.3](PyCQA/bandit@1.8.6...1.9.3) - [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 93dcff3 commit b593cdd

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,15 +32,15 @@ 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: 26.1.0
3737
hooks:
3838
- id: black
3939
types:
4040
- python
4141

4242
- repo: https://github.com/pycqa/bandit
43-
rev: 1.8.6
43+
rev: 1.9.3
4444
hooks:
4545
- id: bandit
4646
args: ["-ll"]
@@ -62,7 +62,7 @@ repos:
6262
# esbenp.prettier-vscode defaults to using prettier@2.8.8. this mirror is the closest equivalent
6363
# another option would be to 'npm install prettier' explicitly in the Dockerfile, as the VS Code plugin will use it
6464
- repo: https://github.com/pre-commit/mirrors-prettier
65-
rev: v2.7.1
65+
rev: v4.0.0-alpha.8
6666
hooks:
6767
- id: prettier
6868
types_or: [javascript, css]

0 commit comments

Comments
 (0)