From 6d11e8bd0d2e2ca575c4499ffa2cb3cfe228a078 Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 7 Aug 2025 23:03:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20remove=20commented-out=20ruff=20?= =?UTF-8?q?ignore=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85dc7b3d..bf0fbe84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,10 +178,7 @@ select = ["ALL"] ignore = ["CPY", "FIX002", "COM812"] [tool.ruff.lint.per-file-ignores] -"*.pyi" = [ - "TD", # flake8-todo - # "PLC2701", # pylint/convention: import-private-name -] +"*.pyi" = ["TD"] [tool.ruff.lint.flake8-builtins] builtins-allowed-modules = ["random"]