Skip to content

Conversation

@tony
Copy link
Owner

@tony tony commented Nov 1, 2025

@codecov
Copy link

codecov bot commented Nov 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.89%. Comparing base (a193c1b) to head (9b481ef).
⚠️ Report is 11 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #443   +/-   ##
=======================================
  Coverage   73.89%   73.89%           
=======================================
  Files          43       43           
  Lines        1084     1084           
=======================================
  Hits          801      801           
  Misses        283      283           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

tony added 10 commits November 1, 2025 10:33
Fixed 3 errors:
- src/django_docutils/_internal/types.py:
    1 × I001 (unsorted-imports)
    1 × UP035 (deprecated-import)
- src/django_docutils/lib/transforms/code.py:
    1 × UP007 (non-pep604-annotation-union)

Found 3 errors (3 fixed, 0 remaining).
- Replace TypedDict optional fields with total=False definitions to avoid runtime imports from typing_extensions
- Swap Protocol import to typing module now that Python 3.10 is minimum
- Keeps type-only helpers behind TYPE_CHECKING while retaining existing behaviour

uv run ruff check . --fix --show-fixes
uv run ruff format .
uv run mypy
uv run py.test
@tony tony merged commit 05f5841 into master Nov 1, 2025
9 checks passed
@tony tony deleted the drop-python-3.9 branch November 1, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants