From f7a3328f3db2a959a6db5e6aebf64f7b88bc2416 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Mon, 29 Apr 2024 21:41:25 -0500 Subject: [PATCH] Remove unnecessary stuff --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e6c689..a803072 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,4 @@ repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 - hooks: - - id: end-of-file-fixer - - id: trailing-whitespace - repo: https://github.com/psf/black rev: 24.4.2 hooks: -- 2.43.4