Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 403 Bytes

Python + Poetry

An opinionated template to scaffold a project quickly 🚀

Features

  • 🎭 poetry for package management
  • 🚧 ruff, black for linting and styling
  • 🔒 safety, bandit, radon for security scanning
  • 🧪 pytest, pytest-mock, coverage for testing and coverage reporting
  • 🏰 nox to run predefined actions
  • 👨‍💻 pre-commit to enforce commit hooks