build: update Python kata setup - #16
Merged
Merged
Conversation
megabyde
force-pushed
the
chore/refresh-python-kata-bootstrap
branch
from
July 31, 2026 06:38
a361361 to
8c7a925
Compare
snovalnikov
previously approved these changes
Jul 31, 2026
- Require Python 3.11 and refresh pytest, Ruff, and the uv lockfile. - Document zero-start setup with optional Make entry points. - Add self-documenting targets and cache-only cleanup. - Refresh CI and add Dependabot and Kata Maintainers ownership.
megabyde
force-pushed
the
chore/refresh-python-kata-bootstrap
branch
from
August 1, 2026 00:50
5bfc1e4 to
56fc16a
Compare
snovalnikov
approved these changes
Aug 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
>=9.1.1, move Ruff>=0.16.1to the development dependency group, and refreshuv.lockhelpthe default target, document every public target, run tools throughuv, and limitmake cleanto generated cachesuvalternatives, and an observable success conditionastral-sh/setup-uv@v9.0.0Kata behavior and the starter test remain unchanged.
Verification
UV_CACHE_DIR=/tmp/bootstrap-python-kata-uv-cache uv lock --checkmake helpUV_CACHE_DIR=/tmp/bootstrap-python-kata-uv-cache make format-checkUV_CACHE_DIR=/tmp/bootstrap-python-kata-uv-cache make testUV_CACHE_DIR=/tmp/bootstrap-python-kata-uv-cache uv run pytestruby -e 'require "yaml"; YAML.load_file(".github/workflows/main.yml"); YAML.load_file(".github/dependabot.yml")'test -f .venv/pyvenv.cfg && make clean && test -f .venv/pyvenv.cfggit diff --check origin/main...HEAD