chore: modernize toolchain for 0.6.1#26
Merged
Merged
Conversation
BastiTee
commented
May 29, 2026
Owner
- Fix [tool.pytest] → [tool.pytest.ini_options] (was silently ignored)
- Fix mypy version spec (>=1.19.0) and pin uv_build>=0.8,<0.9
- Add pip-audit for dependency CVE scanning (make audit)
- Add pytest-cov with ≥80% coverage threshold and main.py omit
- Add pytest-randomly to randomize test execution order
- Add pre-commit with ruff and file-hygiene hooks (.pre-commit-config.yaml)
- Expand ruff rules: UP, B, C4, PTH, RUF
- Tighten mypy: warn_return_any, no_implicit_reexport, strict_equality
- Harden CI: permissions: contents: read, fail-fast: false, pip-audit step
- Remove obsolete UTF-8 coding declarations (UP009)
- Fix Makefile install-run to use uv pip; add audit and pre-commit targets
- Add python.defaultInterpreterPath to VS Code settings
- Fix [tool.pytest] → [tool.pytest.ini_options] (was silently ignored) - Fix mypy version spec (>=1.19.0) and pin uv_build>=0.8,<0.9 - Add pip-audit for dependency CVE scanning (make audit) - Add pytest-cov with ≥80% coverage threshold and __main__.py omit - Add pytest-randomly to randomize test execution order - Add pre-commit with ruff and file-hygiene hooks (.pre-commit-config.yaml) - Expand ruff rules: UP, B, C4, PTH, RUF - Tighten mypy: warn_return_any, no_implicit_reexport, strict_equality - Harden CI: permissions: contents: read, fail-fast: false, pip-audit step - Remove obsolete UTF-8 coding declarations (UP009) - Fix Makefile install-run to use uv pip; add audit and pre-commit targets - Add python.defaultInterpreterPath to VS Code settings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Migrate to src/ layout (prevents accidental imports from working tree) - Add Python 3.14 support (classifiers, requires-python, CI matrix) - Expand Ruff rule sets: PERF, SIM, TCH, ERA, T20, PLx, G, TRY - Add gitleaks pre-commit hook for secrets scanning - Add GitHub Actions concurrency group (cancel-in-progress) - Raise coverage threshold from 80% to 95% Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.