Skip to content

Commit 44a33db

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.11.2](astral-sh/ruff-pre-commit@v0.9.7...v0.11.2) - [github.com/crate-ci/typos: v1.29.10 → v1](crate-ci/typos@v1.29.10...v1) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/python-jsonschema/check-jsonschema: 0.31.2 → 0.32.1](python-jsonschema/check-jsonschema@0.31.2...0.32.1)
1 parent 6e3b738 commit 44a33db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.9.7"
36+
rev: "v0.11.2"
3737
hooks:
3838
- id: ruff
3939
args: ["--fix", "--show-fixes"]
4040
- id: ruff-format
4141

4242
- repo: https://github.com/crate-ci/typos
43-
rev: v1.29.10
43+
rev: v1
4444
hooks:
4545
- id: typos
4646

@@ -53,13 +53,13 @@ repos:
5353
exclude: .pre-commit-config.yaml
5454

5555
- repo: https://github.com/abravalheri/validate-pyproject
56-
rev: "v0.23"
56+
rev: "v0.24.1"
5757
hooks:
5858
- id: validate-pyproject
5959
additional_dependencies: ["validate-pyproject-schema-store[all]"]
6060

6161
- repo: https://github.com/python-jsonschema/check-jsonschema
62-
rev: "0.31.2"
62+
rev: "0.32.1"
6363
hooks:
6464
- id: check-dependabot
6565
- id: check-github-workflows

0 commit comments

Comments
 (0)