From ff34c65c1e107e7b48be2160a15e8b3dea2a7d2c Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 12 Jan 2024 12:42:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20ruff:=20Remove=20ignore=20config?= =?UTF-8?q?uration,=20we=20use=20multimethods=20in=20a=20compatible=20way?= =?UTF-8?q?=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05075e7..41d45ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,3 @@ disallow_untyped_calls = false [tool.ruff] select = ["E", "F", "I"] -ignore = [ - "F811", # multimethods are considered redefinitions by ruff -]