File tree 1 file changed +9
-24
lines changed
1 file changed +9
-24
lines changed Original file line number Diff line number Diff line change 8
8
additional_dependencies : ["style-print"]
9
9
pass_filenames : false
10
10
verbose : true
11
-
12
- - id : lint
13
- name : Run sphinx-lint on .po files
14
- entry : sphinx-lint
15
- language : python
16
- additional_dependencies : ["sphinx-lint"]
17
- files : \.po$
18
-
19
- - repo : https://github.com/pycqa/isort
20
- rev : 5.12.0
21
- hooks :
22
- - id : isort
23
- name : isort (python)
24
-
25
- - repo : https://github.com/psf/black
26
- rev : 23.1.0
11
+
12
+ - repo : https://github.com/psf/black-pre-commit-mirror
13
+ rev : 23.9.1
27
14
hooks :
28
15
- id : black
29
- name : Run black on Python files
30
- args : ["--target-version=py311"]
31
- files : \.py$
32
16
33
17
- repo : https://github.com/pre-commit/pre-commit-hooks
34
18
rev : v4.4.0
35
19
hooks :
20
+ - id : check-case-conflict
21
+ - id : check-merge-conflict
22
+ - id : check-yaml
36
23
- id : end-of-file-fixer
37
24
- id : trailing-whitespace
38
25
39
- - repo : https://github.com/pre-commit/mirrors-prettier
40
- rev : v2.7.1
26
+ - repo : https://github.com/sphinx-contrib/sphinx-lint
27
+ rev : v0.6.8
41
28
hooks :
42
- - id : prettier
43
- name : Run prettier on .yml and .yaml files
44
- types : [yaml]
29
+ - id : sphinx-lint
You can’t perform that action at this time.
0 commit comments