Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 824 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 824 Bytes

IAI Project Template

Code style: black

This repository serves as a template for software projects.

Testing and GitHub actions

Using pre-commit hooks, flake8, black, mypy, docformatter, and pytest are locally run on every commit. For more details on how to use pre-commit hooks see here.

Similarly, Github actions are used to run flake8, black and pytest on every push and pull request. The pytest results are sent to CodeCov using their API for to get test coverage analysis. Details on Github actions are here.