Skip to content

Commit 1074584

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.10...v0.14.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.1](python-jsonschema/check-jsonschema@0.33.3...0.34.1)
1 parent 40a06e5 commit 1074584

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
@@ -15,13 +15,13 @@ repos:
1515
args: [--autofix, --no-sort-keys]
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.12.10
18+
rev: v0.14.2
1919
hooks:
2020
- id: ruff # linter
2121
args: [ --fix ]
2222
- id: ruff-format
2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.33.3
24+
rev: 0.34.1
2525
hooks:
2626
- id: check-github-workflows
2727
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks

0 commit comments

Comments
 (0)