From efdd4a6b1655500fee6d1ebf82dc25d7227a9f5f Mon Sep 17 00:00:00 2001 From: NaNoMelo Date: Mon, 14 Oct 2024 01:11:22 +0200 Subject: [PATCH] fix ruff breakpoint --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d8c71146..5c53eec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,6 +108,7 @@ select = [ "UP008", # Use super() instead of super(__class__, self) "UP009", # utf-8 encoding declaration is unnecessary "T2", # print statements + "T100", # breakpoint() ] ignore = [