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