diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db3fc1853ea71..1fbd3cf85383e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: + - id: debug-statements - id: end-of-file-fixer exclude: \.txt$ - id: trailing-whitespace