kavisek / demo-black-isort-formatting

A sample repo how to setup a CICD pipeline to check the formatting of your code using black, isort, and pytest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-black-isort-formatting

cd app
pyenv install 3.10.8
poetry env use $HOME/.pyenv/versions/3.10.8/bin/python
poetry install

Take a look the .github/workflows/pipeline.yml file to see how the workflow is configured.

About

A sample repo how to setup a CICD pipeline to check the formatting of your code using black, isort, and pytest.

License:MIT License


Languages

Language:Makefile 50.0%Language:Python 41.9%Language:Dockerfile 8.1%