Skip to content

Commit 42afe0c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) - [github.com/sirosen/texthooks: 0.6.8 → 0.7.1](sirosen/texthooks@0.6.8...0.7.1) - [github.com/crate-ci/typos: v1.34.0 → v1](crate-ci/typos@v1.34.0...v1) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.3...v0.13.3) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0)
1 parent b360d89 commit 42afe0c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-ast
1111
name: validate Python code
@@ -24,12 +24,12 @@ repos:
2424
- id: check-yaml
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.33.2
27+
rev: 0.34.0
2828
hooks:
2929
- id: check-github-workflows
3030

3131
- repo: https://github.com/sirosen/texthooks
32-
rev: 0.6.8
32+
rev: 0.7.1
3333
hooks:
3434
- id: fix-smartquotes
3535
- id: fix-spaces
@@ -69,13 +69,13 @@ repos:
6969
- tomli
7070

7171
- repo: https://github.com/crate-ci/typos
72-
rev: v1.34.0
72+
rev: v1
7373
hooks:
7474
- id: typos
7575
name: typos (add false positives to _typos.toml)
7676

7777
- repo: https://github.com/astral-sh/ruff-pre-commit
78-
rev: v0.12.3
78+
rev: v0.13.3
7979
hooks:
8080
- id: ruff
8181
name: ruff (see https://docs.astral.sh/ruff/rules)
@@ -90,7 +90,7 @@ repos:
9090
additional_dependencies: ['validate-pyproject-schema-store[all]']
9191

9292
- repo: https://github.com/tox-dev/pyproject-fmt
93-
rev: v2.6.0
93+
rev: v2.7.0
9494
hooks:
9595
- id: pyproject-fmt
9696

0 commit comments

Comments
 (0)