diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index deae871..b5697e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,15 +55,17 @@ repos: stages: [pre-commit] # ============================================================================ - # Bash Hooks (ACTIVE) + # Bash Hooks (DISABLED) # ============================================================================ - - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.1.1 - hooks: - - id: shellcheck - name: Bash linting (shellcheck) - args: ['--severity=warning'] - stages: [pre-commit] + # NOTE: Disabled - shellcheck-py v0.9.1.1 tag doesn't exist in upstream repo + # Re-enable when upstream releases a compatible version + # - repo: https://github.com/shellcheck-py/shellcheck-py + # rev: v0.9.1.1 + # hooks: + # - id: shellcheck + # name: Bash linting (shellcheck) + # args: ['--severity=warning'] + # stages: [pre-commit] # ============================================================================ # Nickel Hooks (ACTIVE)