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:
4040 - id : hadolint-docker
4141 entry : hadolint/hadolint:v2.12.1-beta hadolint
4242
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
5844 - repo : https://github.com/PyCQA/flake8
5945 rev : 6.0.0
6046 hooks :
6147 - id : flake8
6248
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-
7049# pre-commit.ci config reference: https://pre-commit.ci/#configuration
7150ci :
7251 autoupdate_schedule : monthly
You can’t perform that action at this time.
0 commit comments