From 0107d266c260e0a6e08bc2ef6d93c89d1645078e Mon Sep 17 00:00:00 2001 From: antonag32 Date: Wed, 6 Sep 2023 18:18:24 -0600 Subject: [PATCH] [REF] Remove redundant autofix checks Some checks that performed the same thing (e.g. fix line endings) have been removed to leave only one. Also removed all forbid hooks that have a remove hook available (which does the same thing and autofixes). Closes #124. --- src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml b/src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml index 3f8ee3a..c1ef982 100644 --- a/src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml +++ b/src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml @@ -84,10 +84,6 @@ repos: - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.3.1 hooks: - - id: forbid-crlf - - id: remove-crlf - - id: forbid-tabs - exclude: (Makefile|debian/rules|.gitmodules|\.po|\.pot)(\.in)?$ - id: remove-tabs exclude: (Makefile|debian/rules|.gitmodules|\.po|\.pot)(\.in)?$ - repo: https://github.com/pre-commit/mirrors-eslint