From f63f4958a79b1da90004704309a9a9b90a67f990 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:57:51 +0100 Subject: [PATCH] =?UTF-8?q?flake8=20=E2=86=92=20ruff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dd0e1f6..8438bf41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,14 +24,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.3.0 hooks: - #- id: ruff + - id: ruff - id: ruff-format exclude: '^doc/' - -- repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 - hooks: - - id: flake8 - name: flake8 - args: - - --ignore=F722,F821