Skip to content

Commit c5418d5

Browse files
[pre-commit.ci] pre-commit autoupdate (#319)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.8...v0.12.10) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bc2bea5 commit c5418d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.12.8"
16+
rev: "v0.12.10"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --show-fixes]
@@ -32,7 +32,7 @@ repos:
3232
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
3333

3434
- repo: https://github.com/python-jsonschema/check-jsonschema
35-
rev: "0.33.2"
35+
rev: "0.33.3"
3636
hooks:
3737
- id: check-dependabot
3838
- id: check-github-workflows

0 commit comments

Comments
 (0)