Commit 78cea2d
Fix repository rules alignment: Update documentation and CI workflow
CHANGES:
- Update docs/repo-rules/python-code-standards.md: python_version 3.8 → 3.9
- Remove non-existent 'develop' branch from CI workflow (.github/workflows/test.yml)
RATIONALE:
- MyPy 1.19.0 requires python_version >= 3.9 (doesn't support 3.8 as target)
- Documentation was outdated - code configuration was actually correct
- CI workflow referenced non-existent 'develop' branch
- Aligns with single-main-branch strategy per git-practices.md
ANALYSIS FINDINGS:
- Original assessment identified pyproject.toml had "3.9" vs docs stated "3.8"
- Investigation revealed: MyPy 1.19.0 doesn't support python_version="3.8"
- Resolution: Keep correct code config (3.9), fix outdated documentation
- CI branch fix: Remove 'develop' branch references (never existed)
IMPACT:
- 100% alignment between documentation and actual configuration
- No code changes required (pyproject.toml was already correct)
- Fixes 2 confirmed gaps from repository rules alignment analysis
- Zero functional impact (documentation + CI config only)
VALIDATION:
- All 582 tests collected successfully
- YAML syntax validated
- CI will run comprehensive checks on push
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent ef30dbb commit 78cea2d
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments