Skip to content

Commit 19f7b94

Browse files
[pre-commit.ci] pre-commit autoupdate (#17)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.13...v0.14.14) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](python-jsonschema/check-jsonschema@0.36.0...0.36.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 75b6f24 commit 19f7b94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- id: codespell
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.14.13
44+
rev: v0.14.14
4545
hooks:
4646
- id: ruff
4747
args: [--fix]
@@ -76,7 +76,7 @@ repos:
7676
exclude: "^\\.(devcontainer|github)/"
7777

7878
- repo: https://github.com/python-jsonschema/check-jsonschema
79-
rev: 0.36.0
79+
rev: 0.36.1
8080
hooks:
8181
- id: check-github-workflows
8282
args: ["--verbose"]

0 commit comments

Comments
 (0)