/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.

Primary LanguageMakefileMIT LicenseMIT

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.