sangmoon / python-template

template pre-commit, black, isort, flake8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python template

  • pre-commit
  • black(linter)
  • flake8(pep8)
  • isort(import order checker)
$ pip install pre-commit
$ pre-commit install

About

template pre-commit, black, isort, flake8