From df848f8a796f963f53d128ad7f50a42529c6bd68 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Tue, 11 Feb 2025 15:40:36 +0200 Subject: [PATCH] fix(disable pycln): --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebea2e2..28dbd02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,10 +56,10 @@ repos: entry: mdformat . language_version: python3.11 - - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 - hooks: - - id: pycln + # - repo: https://github.com/hadialqattan/pycln + # rev: v2.4.0 + # hooks: + # - id: pycln - repo: https://github.com/isidentical/teyit rev: 0.4.3