From a07f76203b1a0372add9eb231b41f191e9af1b79 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:16:32 +0200 Subject: [PATCH] Enable Ruff T100 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 09645b396..ff2e8a315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,6 +154,7 @@ select = [ "RUF", # ruff "ISC001", # single-line-implicit-string-concatenation "TID", # flake8-tidy-imports + "T100", # Checks for the presence of debugger calls and imports ] ignore = [