Stop using the Makefile in the CI and tools installed from Poetry dev dependencies in favor of pre-commit
-
Delete dev dependencies tools from pyproject.toml:black,pylint,mypy,pre-commit?- Since the dependencies are duplicated in Poetry and Pre-commit virtualenvs.
-
Document how to use dependencies installed into pre-commit:pre-commit run black -a. -
CI: Run tools without the make rule call -
pytestto be merged -
Update sphinx doc to not requires makedependency to build the doc-
Remove makeinstallation from image generations
-
-
-
Update the Makefilein favour ofpre-commit run -a (${tool})calls-
Readme: changemakecommands withpoetry,pre-commit,sphinx*commands
-
Edited by Moul