Skip to content

Commit d08a36a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1)
1 parent 9f5cd3f commit d08a36a

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
@@ -7,13 +7,13 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.13.3
10+
rev: v0.14.3
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --show-fixes]
1414
- id: ruff-format
1515
- repo: https://github.com/python-jsonschema/check-jsonschema
16-
rev: 0.34.0
16+
rev: 0.34.1
1717
hooks:
1818
- id: check-github-workflows
1919
- id: check-github-actions

0 commit comments

Comments
 (0)