Skip to content

Commit adebfd6

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.8](astral-sh/ruff-pre-commit@v0.15.4...v0.15.8)
1 parent 5acbca5 commit adebfd6

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
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.37.0
25+
rev: 0.37.1
2626
hooks:
2727
- id: check-github-workflows
2828

@@ -60,7 +60,7 @@ repos:
6060
additional_dependencies: [black==23.7.0]
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: "v2.4.1"
63+
rev: "v2.4.2"
6464
hooks:
6565
- id: codespell
6666
args: ["-L", "sur,nd"]
@@ -73,7 +73,7 @@ repos:
7373
- id: rst-inline-touching-normal
7474

7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.15.4
76+
rev: v0.15.8
7777
hooks:
7878
- id: ruff-check
7979
types_or: [python, jupyter]

0 commit comments

Comments
 (0)