Touutae-lab/FastGraduation-API

Add pre-commit hooks

Opened this issue · 0 comments

Add pre-commit hooks that will automatically run the following dependencies after every commit locally.

Formatter & Linter

  • black
  • isort
  • flake8

Unit Test

  • PyTest

Documentation

  • Sphinx (see #12)