Skip to content

Commit 3395071

Browse files
chore: pre-commit autoupdate (#456)
<!--pre-commit.ci start--> updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](python-jsonschema/check-jsonschema@0.36.0...0.36.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/astral-sh/uv-pre-commit: 0.9.21 → 0.9.28](astral-sh/uv-pre-commit@0.9.21...0.9.28) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 476c523 commit 3395071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/python-jsonschema/check-jsonschema
17-
rev: 0.36.0
17+
rev: 0.36.1
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.10
24+
rev: v0.14.14
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]
@@ -35,6 +35,6 @@ repos:
3535
- types-requests
3636

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

0 commit comments

Comments
 (0)