diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f44dd940..30e9e9f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,8 +11,6 @@ repos: - id: check-executables-have-shebangs - id: check-json - id: check-merge-conflict - - id: check-toml - - id: check-xml - id: debug-statements - id: detect-aws-credentials args: @@ -60,31 +58,6 @@ repos: hooks: - id: validate_manifest - # Go hooks - - repo: https://github.com/TekWizely/pre-commit-golang - rev: v1.0.0-rc.1 - hooks: - # Style Checkers - - id: go-critic - # StaticCheck - - id: go-staticcheck-repo-mod - # Go Build - - id: go-build-repo-mod - # Go Mod Tidy - - id: go-mod-tidy-repo - # Go Test - - id: go-test-repo-mod - # Go Vet - - id: go-vet-repo-mod - # GoSec - - id: go-sec-repo-mod - - # Nix hooks - - repo: https://github.com/nix-community/nixpkgs-fmt - rev: v1.3.0 - hooks: - - id: nixpkgs-fmt - # Shell script hooks - repo: https://github.com/cisagov/pre-commit-shfmt rev: v0.0.2