diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f57772c..62c861f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,7 @@ repos: - repo: meta hooks: - id: check-useless-excludes + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: @@ -12,6 +13,7 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - id: trailing-whitespace + - repo: https://github.com/shellcheck-py/shellcheck-py rev: v0.10.0.1 hooks: