Skip to content

Commit 0a596a2

Browse files
[pre-commit.ci] pre-commit autoupdate (#169)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.10...v0.5.0) - [github.com/sirosen/check-jsonschema: 0.28.3 → 0.28.6](python-jsonschema/check-jsonschema@0.28.3...0.28.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a5d07c5 commit 0a596a2

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
@@ -40,7 +40,7 @@ repos:
4040
# Linting and formatting for Python code (see pyproject.toml for config)
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
4242
# Ruff version.
43-
rev: v0.4.10
43+
rev: v0.5.0
4444
hooks:
4545
# Run the linter.
4646
- id: ruff
@@ -50,6 +50,6 @@ repos:
5050

5151
# Ensure GitHub workflows match the expected schema.
5252
- repo: https://github.com/sirosen/check-jsonschema
53-
rev: 0.28.3
53+
rev: 0.28.6
5454
hooks:
5555
- id: check-github-workflows

0 commit comments

Comments
 (0)