diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3c92391..d5323870 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,8 +13,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.5.0 hooks: - - id: trailing-whitespace - - id: end-of-file-fixer + #- id: trailing-whitespace + #- id: end-of-file-fixer - id: check-yaml - id: check-json - id: debug-statements