-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
49 lines (49 loc) · 1.41 KB
/
.pre-commit-config.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
repos:
- hooks:
- id: check-ast
- id: check-builtin-literals
- id: check-case-conflict
- id: check-merge-conflict
- id: check-json
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: check-vcs-permalinks
- id: check-shebang-scripts-are-executable
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
- hooks:
- id: python-check-mock-methods
- id: python-no-log-warn
- id: python-use-type-annotations
- id: rst-directive-colons
- id: rst-inline-touching-normal
repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
- hooks:
- args:
- --all
id: pycln
repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 24.10.0
- hooks:
- args:
- --profile
- black
id: isort
language_version: "3.12"
name: isort (python)
repo: https://github.com/pycqa/isort
rev: 5.13.2
- hooks:
- id: commitizen
- id: commitizen-branch
stages:
- Nonepre-pushNone
repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.0