Skip to content

Commit d0851ea

Browse files
chore: pre-commit autoupdate (#447)
<!--pre-commit.ci start--> updates: - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/astral-sh/uv-pre-commit: 0.9.15 → 0.9.21](astral-sh/uv-pre-commit@0.9.15...0.9.21) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fb01c9c commit d0851ea

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
@@ -14,27 +14,27 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/python-jsonschema/check-jsonschema
17-
rev: 0.35.0
17+
rev: 0.36.0
1818
hooks:
1919
- id: check-dependabot
2020
- id: check-meltano
2121
- id: check-github-workflows
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.7
24+
rev: v0.14.10
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.19.0
31+
rev: v1.19.1
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:
3535
- types-requests
3636

3737
- repo: https://github.com/astral-sh/uv-pre-commit
38-
rev: 0.9.15
38+
rev: 0.9.21
3939
hooks:
4040
- id: uv-lock

0 commit comments

Comments
 (0)