Closed
Description
Currently, the rule offers the following groups:
"builtin", "external", "internal", "unknown", "parent", "sibling", "index", "object", "type"
To me, having single "type" group for all type imports is not enough.
I can import types from "builtin" modules, from "external" module and so on.
So, it would be logical to have type counterpart for each group, i.e.:
"build" -> "built-type"
"external" -> "external-type"
and so on