Skip to content

Commit ee719c8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema.git: 0.36.0 → 0.37.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.36.0...0.37.0) - [github.com/rhysd/actionlint: v1.7.9 → v1.7.11](rhysd/actionlint@v1.7.9...v1.7.11) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.1](kynan/nbstripout@0.8.2...0.9.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.5](astral-sh/ruff-pre-commit@v0.14.10...v0.15.5)
1 parent 87d5a98 commit ee719c8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.36.0
46+
rev: 0.37.0
4747
hooks:
4848
- id: check-github-actions
4949
- id: check-github-workflows
@@ -55,17 +55,17 @@ repos:
5555
- id: check-readthedocs
5656

5757
- repo: https://github.com/rhysd/actionlint
58-
rev: v1.7.9
58+
rev: v1.7.11
5959
hooks:
6060
- id: actionlint
6161

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

6767
- repo: https://github.com/codespell-project/codespell
68-
rev: v2.4.1
68+
rev: v2.4.2
6969
hooks:
7070
- id: codespell
7171
args: [ "-L", "probly", "-L", "mis" ]
@@ -92,7 +92,7 @@ repos:
9292
- mdformat-myst
9393

9494
- repo: https://github.com/abravalheri/validate-pyproject
95-
rev: v0.24.1
95+
rev: v0.25
9696
hooks:
9797
- id: validate-pyproject
9898

@@ -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.10
107+
rev: v0.15.5
108108
hooks:
109109
- id: ruff-format
110110
- id: ruff

0 commit comments

Comments
 (0)