From a590dcb7f6cd8460284723ed30fa721735c7cdf0 Mon Sep 17 00:00:00 2001 From: VJHack Date: Mon, 13 Jan 2025 19:05:15 -0600 Subject: [PATCH] format --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91d791628..97e78b9a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,3 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files -- repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 - hooks: - - id: flake8 - additional_dependencies: [flake8-no-print]