From b9b1513542a16f6cc5d397e36d4c2ee0d753fc24 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sat, 28 May 2022 00:35:35 +0800 Subject: [PATCH] chore: remove pycln (#13) --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f989a5..70e0690 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,10 +16,6 @@ repos: rev: v2.10.0 hooks: - id: pyupgrade - - repo: https://github.com/hadialqattan/pycln - rev: v1.3.2 # Possible releases: https://github.com/hadialqattan/pycln/tags - hooks: - - id: pycln - repo: https://github.com/PyCQA/bandit rev: '1.7.0' hooks: