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 = [