Skip to content

Commit 048fc7b

Browse files
authored
Remove some hooks
1 parent 488c441 commit 048fc7b

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff 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
7150
ci:
7251
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)