/python_application_blueprint

This is a blueprint application to get better code quality using various testing tools and linters.

Primary LanguageMakefileMIT LicenseMIT

This is a python project blueprint


  • What does this repo contain?

    • Testing tools (pytest, tox)
    • Linters (pylint, flake8, mypy, black)
    • Pre commit hooks (pre-commit)
    • Automated commands (Makefile)
  • You also can add your specific tools for example sonar-project.properties or *rc files. Or environment creation like Pipfile or .pyenv.


What you need to do?

  • Update setup.cfg file with your project data.