Skip to content

Commit 7eec49c

Browse files
chore(deps): pre-commit autoupdate (#392)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.1](python-jsonschema/check-jsonschema@0.33.2...0.34.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.14.4](astral-sh/ruff-pre-commit@v0.12.8...v0.14.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 03452bf commit 7eec49c

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
@@ -16,13 +16,13 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.33.2
19+
rev: 0.34.1
2020
hooks:
2121
- id: check-dependabot
2222
- id: check-github-workflows
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.8
25+
rev: v0.14.4
2626
hooks:
2727
- id: ruff
2828
args: ["--fix"]

0 commit comments

Comments
 (0)