File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -40,33 +40,12 @@ repos:
40
40
- id : hadolint-docker
41
41
entry : hadolint/hadolint:v2.12.1-beta hadolint
42
42
43
- # Lint: Bash scripts
44
- - repo : https://github.com/openstack-dev/bashate.git
45
- rev : 2.1.1
46
- hooks :
47
- - id : bashate
48
- args : ["--ignore=E006"]
49
-
50
- # Lint: Shell scripts
51
- - repo : https://github.com/shellcheck-py/shellcheck-py
52
- rev : v0.9.0.2
53
- hooks :
54
- - id : shellcheck
55
- args : ["-x"]
56
-
57
- # Lint: Python
43
+ # Lint: Python
58
44
- repo : https://github.com/PyCQA/flake8
59
45
rev : 6.0.0
60
46
hooks :
61
47
- id : flake8
62
48
63
- # Lint: Markdown
64
- - repo : https://github.com/igorshubovych/markdownlint-cli
65
- rev : v0.33.0
66
- hooks :
67
- - id : markdownlint
68
- args : ["--fix"]
69
-
70
49
# pre-commit.ci config reference: https://pre-commit.ci/#configuration
71
50
ci :
72
51
autoupdate_schedule : monthly
You can’t perform that action at this time.
0 commit comments