Skip to content

Commit c3fa4d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema.git: 0.34.1 → 0.35.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.34.1...0.35.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.1...v0.14.5)
1 parent 63691fc commit c3fa4d9

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
@@ -43,7 +43,7 @@ repos:
4343
exclude: ^\.bumpversion\.cfg$
4444

4545
- repo: https://github.com/python-jsonschema/check-jsonschema.git
46-
rev: 0.34.1
46+
rev: 0.35.0
4747
hooks:
4848
- id: check-github-actions
4949
- id: check-github-workflows
@@ -60,7 +60,7 @@ repos:
6060
- id: actionlint
6161

6262
- repo: https://github.com/kynan/nbstripout
63-
rev: 0.8.1
63+
rev: 0.8.2
6464
hooks:
6565
- id: nbstripout
6666

@@ -104,7 +104,7 @@ repos:
104104
additional_dependencies: [setuptools-scm]
105105

106106
- repo: https://github.com/astral-sh/ruff-pre-commit
107-
rev: v0.14.1
107+
rev: v0.14.5
108108
hooks:
109109
- id: ruff-format
110110
- id: ruff

0 commit comments

Comments
 (0)