depguard
depguard copied to clipboard
Allow specifying mutually independent packages
Following this example: https://import-linter.readthedocs.io/en/stable/contract_types.html#independence
Currently, if I want n packages to be mutually independent, I need to configure n*n rules (which makes it error prone). It would be nice to have a contract type that can do that automatically.