This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
commit abdd110231a639d53ad64958d6d36eb467c89521 Author: Sean B. Palmer <s...@miscoranda.com> AuthorDate: Fri Jul 25 16:18:57 2025 +0100 Add shellcheck to pre-commit lints --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8d8f04..8a0b631 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,6 +44,10 @@ repos: args: [--config=.github/linters/.markdown-lint.yml] types: [markdown] files: \.md$ + - repo: https://github.com/shellcheck-py/shellcheck-py + rev: v0.10.0.1 + hooks: + - id: shellcheck - repo: https://github.com/adrienverge/yamllint rev: v1.37.1 hooks: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tooling.apache.org For additional commands, e-mail: commits-h...@tooling.apache.org