-
-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
31 lines (31 loc) · 790 Bytes
/
.pre-commit-config.yaml
File metadata and controls
31 lines (31 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.9
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.24.0
hooks:
- id: zizmor
- repo: https://github.com/asottile/blacken-docs
rev: 1.20.0
hooks:
- id: blacken-docs
additional_dependencies: [black==24.10.0]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.20.0
hooks:
- id: mypy
additional_dependencies: ["marshmallow>=3.24.1,<5", "types-PyYAML"]
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.3
hooks:
- id: uv-lock