From e913bb28cc0f80947f5ebc68cef17c4062c929c6 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Sat, 13 Jul 2024 22:34:30 +0200 Subject: [PATCH] removed autopep --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8ad349..9842b40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,10 +27,6 @@ repos: hooks: - id: pyupgrade args: [--py39-plus] -- repo: https://github.com/hhatto/autopep8 - rev: v2.0.4 - hooks: - - id: autopep8 - repo: https://github.com/PyCQA/flake8 rev: 7.0.0 hooks: