A template for developing Python with VS Code in a Devcontainer. Since Hacken mostly uses Bitbucket Pipelines, that is supported as well as GitHub Actions.
Provides a development environment with:
- Python 3.12
- pipenv
- pytest
- flake8
- Task
Usage:
task flake8
task test
task watch