diff --git a/pyproject.toml b/pyproject.toml index b172c86375..e497e3591e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -270,6 +270,7 @@ retry_delay = 10 select = [ "F401", "RET505", + "T100", ] extend-select = ["TID"]