Skip to content

Commit df4ee2d

Browse files
chore: pre-commit autoupdate (#7)
* chore: 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.31.0 → 0.34.1](python-jsonschema/check-jsonschema@0.31.0...0.34.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.9.3...v0.14.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.18.2](pre-commit/mirrors-mypy@v1.14.1...v1.18.2) - [github.com/astral-sh/uv-pre-commit: 0.5.26 → 0.9.2](astral-sh/uv-pre-commit@0.5.26...0.9.2) * Use newer Ruff hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Reuben Frankel <rfrankel@matatika.com>
1 parent 5430b70 commit df4ee2d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-json
1313
exclude: |
@@ -20,25 +20,26 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.31.0
23+
rev: 0.34.1
2424
hooks:
2525
- id: check-dependabot
2626
- id: check-github-workflows
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.9.3
29+
rev: v0.14.0
3030
hooks:
31-
- id: ruff
32-
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
31+
- id: ruff-check
32+
args: [--diff]
3333
- id: ruff-format
34+
args: [--diff]
3435

3536
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.14.1
37+
rev: v1.18.2
3738
hooks:
3839
- id: mypy
3940

4041
- repo: https://github.com/astral-sh/uv-pre-commit
41-
rev: 0.5.26
42+
rev: 0.9.2
4243
hooks:
4344
- id: uv-lock
4445
- id: uv-sync

0 commit comments

Comments
 (0)