Skip to content

Commit 1bbae9c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema.git: 0.37.2 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.37.2...0.37.4) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.13 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.13...v0.15.22)
1 parent 5924de4 commit 1bbae9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.37.2
46+
rev: 0.37.4
4747
hooks:
4848
- id: check-github-actions
4949
- id: check-github-workflows
@@ -65,7 +65,7 @@ repos:
6565
- id: nbstripout
6666

6767
- repo: https://github.com/codespell-project/codespell
68-
rev: v2.4.2
68+
rev: v2.4.3
6969
hooks:
7070
- id: codespell
7171
args: [ "-L", "probly", "-L", "mis" ]
@@ -104,7 +104,7 @@ repos:
104104
additional_dependencies: [setuptools-scm]
105105

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

0 commit comments

Comments
 (0)