Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 331 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 331 Bytes

Python Template

Features

  • Poetry
  • pre-commit
    • flake8
    • black
    • isort
    • autoflake
    • mypy
    • prettier
  • Python3.9

Usage

poetry install
poetry run pre-commit install --install-hooks -c .pre-commit-config.yaml

Update pre-commit hooks

poetry run pre-commit autoupdate