Skip to content

Commit

Permalink
ci: try shellcheck-py
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Jan 29, 2022
1 parent 53701b9 commit 62afe22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ default_language_version:

# https://pre-commit.ci/#configuration
ci:
# TODO: ci: use shellcheck-py to run shellcheck on pre-commit.ci
skip: [local-nitpick, autofix-docs, pylint, shellcheck]
skip: [local-nitpick, autofix-docs, pylint]

repos:
- repo: local
Expand Down Expand Up @@ -144,6 +143,10 @@ repos:
- id: bandit
args: [--ini, setup.cfg]
exclude: tests/
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.3
hooks:
- id: shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
hooks:
Expand Down

0 comments on commit 62afe22

Please sign in to comment.