File tree 1 file changed +1
-16
lines changed
1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 41
41
description : Forces best practice formatting of Python code files.
42
42
files : ^((noxfile|conf)|docs/_includes/python/.*)\.py$
43
43
- repo : https://github.com/myint/rstcheck
44
- rev : v6.2.4 # Latest as of 05/17/2020
44
+ rev : v6.2.4
45
45
hooks :
46
46
- id : rstcheck
47
47
description : Checks syntax of reStructuredText/rst and code blocks nested within it.
@@ -56,21 +56,6 @@ repos:
56
56
description : Run black on python code blocks in documentation files.
57
57
files : ^(index|docs/.*|docs/_includes/.*)\.rst$
58
58
additional_dependencies : [black==25.1.0]
59
- # - repo: local
60
- # hooks:
61
- # - id: vendir
62
- # name: vale-styles
63
- # description: Pull down vale styles.
64
- # entry: vendir sync
65
- # language: system
66
- # always_run: true
67
- # pass_filenames: false
68
- # - id: vale
69
- # name: vale
70
- # description: Checks style of reStructuredText/rst.
71
- # entry: vale
72
- # language: system
73
- # files: ^(index|docs/.*|docs/_includes/.*|README|CONTRIBUTING)\.rst$
74
59
- repo : https://github.com/saltstack/mirrors-nox
75
60
rev : v2022.11.21
76
61
hooks :
You can’t perform that action at this time.
0 commit comments