Skip to content

Commit aef8fc3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.27.4](python-jsonschema/check-jsonschema@0.27.3...0.27.4) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - https://github.com/psf/black/: 23.12.1 → 24.1.1
1 parent 623a5e0 commit aef8fc3

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
@@ -16,16 +16,16 @@ repos:
1616
- id: no-commit-to-branch
1717
name: no-commit-to-main-branch
1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.27.3
19+
rev: 0.27.4
2020
hooks:
2121
- id: check-github-workflows
2222
name: validate github workflows
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.6.1
24+
rev: 0.7.1
2525
hooks:
2626
- id: nbstripout
2727
- repo: https://github.com/psf/black/
28-
rev: 23.12.1
28+
rev: 24.1.1
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)