Skip to content

fix: handle PEP 604 unions (X | Y) like Union[X, Y] - #746

Merged
tlambert03 merged 3 commits into
mainfrom
fix/pep604-unions
Aug 26, 2026
Merged

fix: handle PEP 604 unions (X | Y) like Union[X, Y]#746
tlambert03 merged 3 commits into
mainfrom
fix/pep604-unions

style: enable UP045 for source now that PEP 604 unions work

b222042
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 26, 2026 in 1s

89.52% (+0.03%) compared to 965de0e

View this Pull Request on Codecov

89.52% (+0.03%) compared to 965de0e

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.52%. Comparing base (965de0e) to head (b222042).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #746      +/-   ##
==========================================
+ Coverage   89.49%   89.52%   +0.03%     
==========================================
  Files          40       40              
  Lines        4893     4899       +6     
==========================================
+ Hits         4379     4386       +7     
+ Misses        514      513       -1     

☔ View full report in Codecov by Harness.
📢 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.