From 7fa417d50742a08a5d5d1871a5e81ea681d54187 Mon Sep 17 00:00:00 2001 From: "Grayson, Matthew" Date: Tue, 12 Mar 2024 11:25:02 -0500 Subject: [PATCH] Remove n/a hooks from pre-commit: nix, golang, toml, and xml. --- .pre-commit-config.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) 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