Skip to content

Commit 9103969

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/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 1c18873 commit 9103969

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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,7 +32,7 @@ repos:
3232
- id: check-added-large-files
3333
args: ["--maxkb=1500"]
3434

35-
- repo: https://github.com/psf/black
35+
- repo: https://github.com/psf/black-pre-commit-mirror
3636
rev: 25.9.0
3737
hooks:
3838
- id: black
@@ -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)