Skip to content

Commit 0248db2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1)
1 parent 9f36f7f commit 0248db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.3
3+
rev: v0.9.4
44
hooks:
55
- id: ruff
66
- id: ruff-format
@@ -31,7 +31,7 @@ repos:
3131
- --fix=lf
3232
- id: trailing-whitespace
3333
- repo: https://github.com/python-jsonschema/check-jsonschema
34-
rev: 0.31.0
34+
rev: 0.31.1
3535
hooks:
3636
# Schemas taken from https://www.schemastore.org/json/
3737
- id: check-jsonschema
@@ -41,7 +41,7 @@ repos:
4141
args: ["--verbose", "--schemafile", "schemas/github-issue-forms.json"]
4242

4343
- repo: https://github.com/codespell-project/codespell
44-
rev: v2.4.0
44+
rev: v2.4.1
4545
hooks:
4646
- id: codespell
4747
args: ["--write-changes"]

0 commit comments

Comments
 (0)