From a393bcf6b75e0d4b0340fd2fc683b6dbf31fa54e Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sun, 22 Sep 2024 20:44:37 +0300 Subject: [PATCH] pre-commit: Remove Pycln. It's failing to run and the project seems abandoned. --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db25be0..ebfc5a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -139,11 +139,6 @@ repos: hooks: - id: pyupgrade - - repo: https://github.com/hadialqattan/pycln.git - rev: v2.4.0 - hooks: - - id: pycln - - repo: https://github.com/PyCQA/docformatter.git rev: v1.7.5 hooks: -- GitLab