From 101ecfd9074b3cd296f7f77ea1b338f7f997b17c Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Wed, 9 Nov 2022 10:12:35 -0600 Subject: [PATCH] Add `pre-commit` to catch `breakpoint()` (#9638) --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0b10f7fde6..57ec8179d61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,9 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: end-of-file-fixer + - id: debug-statements - repo: https://github.com/MarcoGorelli/absolufy-imports rev: v0.3.1 hooks: