mkincl / python-provider

mkincl provider for Python development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkincl-python

mkincl provider for Python development.

About

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

Usage

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

About

mkincl provider for Python development

License:MIT License


Languages

Language:Makefile 75.2%Language:Shell 13.3%Language:Dockerfile 11.5%