From 3cb28a3471762f4e939ff4c6e4da7c8bceb3813a Mon Sep 17 00:00:00 2001 From: shitao <133397418@qq.com> Date: Thu, 7 Mar 2024 14:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E6=9B=B4=E6=96=B0(.pre-commit-c?= =?UTF-8?q?onfig.yaml)=EF=BC=9A=E7=A7=BB=E9=99=A4=E4=BA=86=E5=AF=B9ruff-pr?= =?UTF-8?q?e-commit=E5=BA=93=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb9456d..965cc0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,12 +44,6 @@ repos: - id: isort args: ['--profile', 'black', '--filter-files'] - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.13 - hooks: - - id: ruff - args: ['--fix', '--ignore', 'E722'] - - repo: https://github.com/psf/black rev: 23.9.1 hooks: