-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
33 lines (29 loc) · 701 Bytes
/
Copy path.pre-commit-config.yaml
File metadata and controls
33 lines (29 loc) · 701 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
32
33
ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/frostming/fix-future-annotations
rev: 0.5.0
hooks:
- id: fix-future-annotations
- repo: https://github.com/psf/black
rev: 26.5.1
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.3.0
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- repo: https://github.com/pycqa/isort
rev: 9.0.0b2
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v2.3.0
hooks:
- id: mypy
exclude: ^docs/
additional_dependencies:
- types-pygments
- types-python-slugify