Skip to content

Commit f30d559

Browse files
pre-commit: bump repositories (#253)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.8...v0.12.9) - [github.com/henryiii/validate-pyproject-schema-store: 2025.08.07 → 2025.08.15](henryiii/validate-pyproject-schema-store@2025.08.07...2025.08.15) - [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 cde1b6a commit f30d559

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
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.12.8"
22+
rev: "v0.12.9"
2323
hooks:
2424
- id: ruff-check
2525
args: ["--fix", "--show-fixes"]
@@ -65,12 +65,12 @@ repos:
6565
- id: shellcheck
6666

6767
- repo: https://github.com/henryiii/validate-pyproject-schema-store
68-
rev: 2025.08.07
68+
rev: 2025.08.15
6969
hooks:
7070
- id: validate-pyproject
7171

7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: 0.33.2
73+
rev: 0.33.3
7474
hooks:
7575
- id: check-dependabot
7676
- id: check-github-workflows

0 commit comments

Comments
 (0)