Skip to content

Commit f2905f8

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.0...v0.11.4) - [github.com/henryiii/validate-pyproject-schema-store: 2025.03.10 → 2025.04.07](henryiii/validate-pyproject-schema-store@2025.03.10...2025.04.07) - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.32.1](python-jsonschema/check-jsonschema@0.31.3...0.32.1)
1 parent 309b373 commit f2905f8

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
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.11.0
28+
rev: v0.11.4
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -129,12 +129,12 @@ repos:
129129
additional_dependencies: [cogapp]
130130

131131
- repo: https://github.com/henryiii/validate-pyproject-schema-store
132-
rev: 2025.03.10
132+
rev: 2025.04.07
133133
hooks:
134134
- id: validate-pyproject
135135

136136
- repo: https://github.com/python-jsonschema/check-jsonschema
137-
rev: 0.31.3
137+
rev: 0.32.1
138138
hooks:
139139
- id: check-dependabot
140140
- id: check-github-workflows

0 commit comments

Comments
 (0)