Skip to content

Set up automated code health checks

Harley Watson requested to merge code-health-checks into master

This PR closes #5 (closed) by completing the following tasks:

  • PEP 484 type hints have been added to the codebase
  • PEP 526 variable annotations have been added to the codebase
  • Continuous Integration automatically runs the following tools on each Pull Request:
    • black
    • isort
    • flake8
    • mypy

Merge request reports