This is a development container template for basic python development p rojects for use with GitHub Codespaces.
This template uses uv to initialize a project upon container creation and will sync with every start.
A python-focused .gitignore
is provided and everything is licensed
under the MIT License.
Ruff
is used to check the project on a push or pull request.
pre-commit is used and configured to have Ruff
fix and format code in a commit.