bocdaz / template-python-project

A starter project template for new python project.
0 stars 0 forks source link

Feat/dev 193 ci workflow #1

Closed slougheed closed 2 years ago

slougheed commented 2 years ago

Added a default CI workflow that runs nox tests/lint/safety using poetry. Includes loading venv from cache if no dependencies have changed (i.e. poetry.lock is unchanged) Added basic .flake8 config to ignore assertion errors in tests/ directory Added placeholder status badge to README