diff --git a/.agents/skills/python-codestyle/SKILL.md b/.agents/skills/python-codestyle/SKILL.md index 34662c92..68aeaed9 100644 --- a/.agents/skills/python-codestyle/SKILL.md +++ b/.agents/skills/python-codestyle/SKILL.md @@ -73,12 +73,17 @@ whether the Python has third-party runtime dependencies, which shows up structur auto-updates (SHA-pinned actions, package deps) and otherwise run latest, so the VS Code tasks, README, and CI all run the unpinned latest here. `.py` files follow the repo's line-ending default (CRLF in a CRLF-default repo, and a shebang-executed script is LF-pinned by path, per - GOVERNANCE.md's "Line Endings" section). There is no pytest suite and no coverage gate. A script - that carries a gate still earns tests, written with the standard library's `unittest` so they - run under bare `python3` with nothing installed, as `test_