diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31828e99..24317de3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ repos: - --skip="./.*,*.csv,*.json,*.ambr" - --quiet-level=2 exclude_types: [csv, json] - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 - hooks: - - id: check-executables-have-shebangs - stages: [manual] - - id: check-json - exclude: (.vscode|.devcontainer) + #- repo: https://github.com/pre-commit/pre-commit-hooks + # rev: v4.5.0 + # hooks: + # - id: check-executables-have-shebangs + # stages: [manual] + # - id: check-json + # exclude: (.vscode|.devcontainer) - repo: https://github.com/adrienverge/yamllint.git rev: v1.35.1 hooks: