Open olliestanley opened 2 years ago
Adding GitHub Actions will allow automated linting and unit testing runs
Formatting tools (black, isort, flake8, mypy) can all use configurations to define a consistent style
black
isort
flake8
mypy
GitHub Actions now set up, formatting configs TODO
Adding GitHub Actions will allow automated linting and unit testing runs
Formatting tools (
black
,isort
,flake8
,mypy
) can all use configurations to define a consistent style