Skip to content

Commit 8fea06a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.3](python-jsonschema/check-jsonschema@0.27.0...0.27.3)
1 parent 946c456 commit 8fea06a

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
@@ -10,7 +10,7 @@ repos:
1010
- id: check-toml
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.9.1
13+
rev: 23.12.1
1414
hooks:
1515
- id: black
1616
- id: black-jupyter
@@ -21,15 +21,15 @@ repos:
2121
- id: nbstripout
2222

2323
- repo: https://github.com/pre-commit/mirrors-prettier
24-
rev: v3.0.3
24+
rev: v4.0.0-alpha.8
2525
hooks:
2626
- id: prettier
2727
additional_dependencies:
2828
- prettier
2929
- "prettier-plugin-toml"
3030

3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.27.0
32+
rev: 0.27.3
3333
hooks:
3434
- id: check-github-workflows
3535
- id: check-readthedocs

0 commit comments

Comments
 (0)