From 5d89bff168a3358bf3159752ead57064333f7184 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Fri, 17 Mar 2023 23:39:09 -0400 Subject: [PATCH] Updated precommit --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7020118..ae10332 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,8 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files + - id: check-docstring-first + - id: debug-statements - repo: https://github.com/fsouza/autoflake8 rev: v0.4.0 hooks: