From c71dd9b0e20e583926c99757456c816b0ed4734d Mon Sep 17 00:00:00 2001 From: if Date: Fri, 14 Apr 2023 00:52:15 +0300 Subject: [PATCH] fix pre-commit --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d83ee5..c6f52a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,11 +28,6 @@ repos: - id: detect-private-key - id: requirements-txt-fixer - - repo: https://github.com/pycqa/isort - rev: 5.12.0 - hooks: - - id: isort - - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.0.254 hooks: