As discussed with @matteobachetti, implement pre-commit hooks in the repository for automating code formatting (including docstrings) and linting tasks. This will aid in maintaining a consistent code style and catching common errors before committing changes to the repository.
As discussed with @matteobachetti, implement
pre-commit hooks
in the repository for automating code formatting (includingdocstrings
) and linting tasks. This will aid in maintaining a consistent code style and catching common errors before committing changes to the repository.