Skip to content

Commit 7dce1d8

Browse files
authored
chore: update pre-commit (#216)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 981e80b commit 7dce1d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ repos:
3636
hooks:
3737
- id: codespell
3838

39-
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: "v4.0.0-alpha.8"
39+
- repo: https://github.com/rbubley/mirrors-prettier
40+
rev: "v3.3.3"
4141
hooks:
4242
- id: prettier
4343
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -47,7 +47,7 @@ repos:
4747
hooks:
4848
- id: blacken-docs
4949
args: ["-E"]
50-
additional_dependencies: [black~=23.11]
50+
additional_dependencies: [black~=24.0]
5151

5252
- repo: https://github.com/pre-commit/pygrep-hooks
5353
rev: v1.10.0

0 commit comments

Comments
 (0)