Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 246 Bytes

File metadata and controls

9 lines (8 loc) · 246 Bytes

python-template

Python Template following current best practices

Contents:

  • Dependency management - poetry
  • Linting - black
    • Follows PEP8 and automatically fixes problems
  • Testing - pytest
  • Typing - mypy