Python Docker boilerplate with linting, testing, and CI automation.
A Python project boilerplate that provides linting, formatting, static typing, security scanning, testing, and GitHub Actions CI. It configures tools such as mypy, ruff, bandit, docformatter, pre-commit, pytest, and Docker workflows for reproducible builds. Suited for server-side Python services or libraries that need standardized developer tooling and automated checks.
0