Skip to content

Commit 66f8aed

Browse files
[pre-commit.ci] pre-commit autoupdate (#205)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.37.0](python-jsonschema/check-jsonschema@0.36.1...0.37.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Draga Doncila Pop <17995243+DragaDoncila@users.noreply.github.com>
1 parent fbe5c44 commit 66f8aed

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
@@ -9,13 +9,13 @@ repos:
99
- id: trailing-whitespace
1010
exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.14
12+
rev: v0.15.4
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
1616
- id: ruff-format
1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.36.1
18+
rev: 0.37.0
1919
hooks:
2020
- id: check-github-workflows
2121

0 commit comments

Comments
 (0)