Skip to content

Commit 2c2bde8

Browse files
chore: pre-commit autoupdate (#469)
<!--pre-commit.ci start--> updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.37.0](python-jsonschema/check-jsonschema@0.36.1...0.37.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.0...v0.15.4) - [github.com/astral-sh/uv-pre-commit: 0.10.0 → 0.10.7](astral-sh/uv-pre-commit@0.10.0...0.10.7) - [github.com/crate-ci/typos: v1.43.4 → v1](crate-ci/typos@v1.43.4...v1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9046d41 commit 2c2bde8

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

1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.36.1
18+
rev: 0.37.0
1919
hooks:
2020
- id: check-dependabot
2121
- id: check-meltano
2222
- id: check-github-workflows
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.15.0
25+
rev: v0.15.4
2626
hooks:
2727
- id: ruff-check
2828
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -36,11 +36,11 @@ repos:
3636
- types-requests
3737

3838
- repo: https://github.com/astral-sh/uv-pre-commit
39-
rev: 0.10.0
39+
rev: 0.10.7
4040
hooks:
4141
- id: uv-lock
4242

4343
- repo: https://github.com/crate-ci/typos
44-
rev: v1.43.4
44+
rev: v1
4545
hooks:
4646
- id: typos

0 commit comments

Comments
 (0)