Skip to content

Commit 5b64bd0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.0](python-jsonschema/check-jsonschema@0.29.4...0.31.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.7.2...v0.9.3) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2)
1 parent 01f0989 commit 5b64bd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.29.4
8+
rev: 0.31.0
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
1212
- repo: https://github.com/codespell-project/codespell
13-
rev: v2.3.0
13+
rev: v2.4.0
1414
hooks:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.0.1"]
1717
- repo: https://github.com/abravalheri/validate-pyproject
18-
rev: v0.22
18+
rev: v0.23
1919
hooks:
2020
- id: validate-pyproject
2121
- repo: https://github.com/tox-dev/pyproject-fmt
2222
rev: "v2.5.0"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.7.2"
26+
rev: "v0.9.3"
2727
hooks:
2828
- id: ruff-format
2929
args: ["--config", "pyproject.toml"]
3030
- id: ruff
3131
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]
3232
- repo: https://github.com/rbubley/mirrors-prettier
33-
rev: "v3.3.3"
33+
rev: "v3.4.2"
3434
hooks:
3535
- id: prettier
3636
name: Prettier non-workflow files

0 commit comments

Comments
 (0)