diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fa61012..51e4318d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,3 @@ repos: hooks: # - id: forbid-crlf - id: remove-crlf - # - id: forbid-tabs - - id: remove-tabs - args: [--whitespaces-count, '2'] # defaults to: 4 - exclude: .gitmodules