Skip to content

Commit 2c211d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0)
1 parent 8bc0b02 commit 2c211d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repos:
99
- id: check-toml
1010

1111
- repo: https://github.com/psf/black
12-
rev: 24.8.0
12+
rev: 24.10.0
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
1616

1717
- repo: https://github.com/kynan/nbstripout
18-
rev: 0.7.1
18+
rev: 0.8.1
1919
hooks:
2020
- id: nbstripout
2121

@@ -28,7 +28,7 @@ repos:
2828
- "prettier-plugin-toml"
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.29.3
31+
rev: 0.30.0
3232
hooks:
3333
- id: check-github-workflows
3434

0 commit comments

Comments
 (0)