To ensure that the code stays clean commit hooks can be used. To manage them https://pre-commit.com/ is used to avoid developers needing to setup the hooks directly.
If so desired, other checks such as black can be added to the configuration as well.
To ensure that the code stays clean commit hooks can be used. To manage them https://pre-commit.com/ is used to avoid developers needing to setup the hooks directly.
If so desired, other checks such as
black
can be added to the configuration as well.