Skip to content

Commit 3d74aa2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.13](astral-sh/ruff-pre-commit@v0.13.0...v0.14.13) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.36.0](python-jsonschema/check-jsonschema@0.33.3...0.36.0)
1 parent 7672ef2 commit 3d74aa2

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
@@ -21,16 +21,16 @@ repos:
2121
args: ["--autofix", "--no-sort-keys"]
2222
- id: trailing-whitespace
2323
- repo: https://github.com/Lucas-C/pre-commit-hooks
24-
rev: v1.5.5
24+
rev: v1.5.6
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.13.0
28+
rev: v0.14.13
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff
3232
args: ["--fix", "--show-fixes"]
3333
- repo: https://github.com/python-jsonschema/check-jsonschema
34-
rev: 0.33.3
34+
rev: 0.36.0
3535
hooks:
3636
- id: check-github-workflows

0 commit comments

Comments
 (0)