Skip to content

Commit 315dc09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.5 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v4.0.0-alpha.5...v4.0.0-alpha.7) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0)
1 parent 172b9d7 commit 315dc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
# Hooks that are run everywhere
33
- repo: https://github.com/pre-commit/mirrors-prettier
4-
rev: v4.0.0-alpha.5 # Only update together with the pre-commit yaml in the tempalate!
4+
rev: v4.0.0-alpha.7 # Only update together with the pre-commit yaml in the tempalate!
55
hooks:
66
- id: prettier
77
# Hooks that are run for scripts
88
- repo: https://github.com/psf/black
9-
rev: "23.11.0"
9+
rev: "23.12.0"
1010
hooks:
1111
- id: black
1212
files: ^scripts/

0 commit comments

Comments
 (0)