Skip to content

Commit

Permalink
[REF] Remove redundant autofix checks (#125)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
antonag32 authored Sep 7, 2023
1 parent 82dc379 commit 6f20eb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f20eb7

Please sign in to comment.