From 9b57933a9191f014263db07862bbd14ac3322b98 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Sat, 15 May 2021 17:33:59 +0100 Subject: [PATCH] STYLE: Add pre-commit hook for debug statements Added https://github.com/pre-commit/pre-commit-hooks#debug-statements as a pre-commit hook. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) 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