mkincl provider for Python development.
Provides targets for running:
Provides the Docker image ghcr.io/mkincl/python-provider:v1
. This image can
be entered by running (after initialization):
make enter-container-python
To initialize the provider and enable all Make targets, run:
make init
After this has been done you can run all linters with:
make lint
You can apply fixes with:
make fix
You can run tests via:
make test
If your project is using multiple providers and you just want to run the
tooling from this provider, append -python
to the make target:
make <action>-python
To install the development dependencies this provider requires in your environment, run:
make install-python-dev-dependencies