Skip to content

Commit b99c80f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3)
1 parent b3908f6 commit b99c80f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-docstring-first
66
exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py
@@ -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.12.7
12+
rev: v0.12.11
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.33.2
18+
rev: 0.33.3
1919
hooks:
2020
- id: check-github-workflows
2121

0 commit comments

Comments
 (0)