Skip to content

Commit a01cc44

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.4](astral-sh/ruff-pre-commit@v0.13.1...v0.14.4)
1 parent 89f5a97 commit a01cc44

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
@@ -14,13 +14,13 @@ repos:
1414
- id: check-added-large-files
1515
exclude: pixi.lock
1616
- repo: https://github.com/python-jsonschema/check-jsonschema
17-
rev: 0.34.0
17+
rev: 0.34.1
1818
hooks:
1919
- id: check-github-workflows
2020
args: ["--verbose"]
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.13.1
23+
rev: v0.14.4
2424
hooks:
2525
- id: ruff
2626
args: ["--fix", "--output-format=full"]

0 commit comments

Comments
 (0)