diff --git a/pyproject.toml b/pyproject.toml index 5e693115c1..2651976e3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,6 +119,8 @@ select = [ "RUF", # flake8-simplify "SIM", + # flake8-debugger + "T10", ] extend-ignore = [ # B904 requires using `raise ... from ...` to explicitly tell what to do with "parent"