Is your feature request related to a problem? Please describe.
The current version of Polylith supports aliases to check dependencies. This is great, however it can start to be hard to keep track. It would be nice to have the ability to have all the aliases you need for your project under the configuration like [tool.polylith.alias]
Describe the solution you'd like
Add a new configuration section in the pyproject.toml to manage aliases
Additional context
We want to automate the check of the poly workspaces using pre-commit. however we don't want to have to maintain the list of aliases separately
PS: We will merge that back the pre-commit configuration after running it.
Is your feature request related to a problem? Please describe.
The current version of Polylith supports aliases to check dependencies. This is great, however it can start to be hard to keep track. It would be nice to have the ability to have all the aliases you need for your project under the configuration like
[tool.polylith.alias]Describe the solution you'd like
Add a new configuration section in the
pyproject.tomlto manage aliasesAdditional context
We want to automate the check of the poly workspaces using pre-commit. however we don't want to have to maintain the list of aliases separately
PS: We will merge that back the pre-commit configuration after running it.