diff --git a/pyproject.toml b/pyproject.toml index 24af12117..cd2179c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,8 @@ ignore = [ "ISC001", # Messes with the formatter "PERF203", # Incorrect detection "TRY003", # A bit too strict ? + "TD002", # We know the TODOs authors with git. Activate anyway ? + "TD003", # Do we want to activate (TODOs with issue reference) ? ] select = [ @@ -104,6 +106,7 @@ select = [ "T10", "T20", "TCH", + "TD", "TID", "TRY", "UP",