Skip to content

Commit 4e12924

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [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.1](python-jsonschema/check-jsonschema@0.27.0...0.28.1)
1 parent 946c456 commit 4e12924

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -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.1
3333
hooks:
3434
- id: check-github-workflows
3535
- id: check-readthedocs

0 commit comments

Comments
 (0)