Skip to content

Commit d2e0de2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.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.28.0](python-jsonschema/check-jsonschema@0.27.0...0.28.0)
1 parent 946c456 commit d2e0de2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ repos:
1010
- id: check-toml
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.9.1
13+
rev: 24.3.0
1414
hooks:
1515
- id: black
1616
- id: black-jupyter
1717

1818
- repo: https://github.com/kynan/nbstripout
19-
rev: 0.6.1
19+
rev: 0.7.1
2020
hooks:
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.28.0
3333
hooks:
3434
- id: check-github-workflows
3535
- id: check-readthedocs

0 commit comments

Comments
 (0)