Refactor/01 typing gate and tooling#52
Merged
Merged
Conversation
… deps Implements plans/refactor/01-typing-gate-and-tooling.md: - Add ty (pinned 0.0.58) as a blocking type-check gate in CI, pre-commit, and 'make typecheck', with a per-path ratchet in [tool.ty.src] exclude; each exclusion is owned by a refactor ticket that removes it - Broaden ruff to F,E,W,I,UP,B,SIM,RUF; drop E721/F841 ignores; remove stale src/codesphere_sdk excludes; fix all resulting violations (pyupgrade modernizations, import sorting, PEP 695 type aliases, implicit-Optional fixes, exception chaining) - Fix coverage config: source was nonexistent packages [api,handler,tasks], now src/codesphere; CI uses --cov from config instead of --cov=. - Remove unused runtime deps: aiohttp, aiohttp-retry, urllib3, python-dateutil, typing-extensions (verified zero imports) - Relax requires-python from >=3.12.9 to >=3.12 - Trigger CI on pyproject.toml/ruff.toml/uv.lock changes
🛡️ Bandit Security Scan Results✅ No security issues found by Bandit. |
Integration Test Results63 tests 0 ✅ 12s ⏱️ For more details on these failures and errors, see this check. Results for commit 6f08ec7. |
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.
No description provided.