Skip to content

martin-majlis/python-project-template

Repository files navigation

Python Project Template

Minimal setup for mini python project.

  • pre-commit - to make sure that only code following coding standards could be committed
  • prettier - to make sure that all the source code is well formatted
  • black - code formatter for Python files
  • isort - to keep imports well organized
  • flake8 - to enforce coding standards
  • mypy - to make sure that types are matching

About

Minimal setup for mini python project.

Topics

Resources

License

Stars

Watchers

Forks

Contributors