We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3908f6 commit b99c80fCopy full SHA for b99c80f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-docstring-first
6
exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py
@@ -9,13 +9,13 @@ repos:
9
- id: trailing-whitespace
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.12.7
+ rev: v0.12.11
13
14
- id: ruff-check
15
args: [--fix]
16
- id: ruff-format
17
- repo: https://github.com/python-jsonschema/check-jsonschema
18
- rev: 0.33.2
+ rev: 0.33.3
19
20
- id: check-github-workflows
21
0 commit comments