Skip to content

Commit e9d4e8f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)
1 parent 946c456 commit e9d4e8f

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.11.0
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: v3.1.0
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.1
3333
hooks:
3434
- id: check-github-workflows
3535
- id: check-readthedocs

0 commit comments

Comments
 (0)