Closed github-actions[bot] closed 3 months ago
Only regression is in terms of simplification:
-colorama==0.4.6 ; sys_platform == 'win32' or (implementation_name == 'cpython' and platform_system == 'Windows')
+colorama==0.4.6 ; (implementation_name != 'cpython' and sys_platform == 'win32') or (platform_system != 'Windows' and sys_platform == 'win32') or (implementation_name == 'cpython' and platform_system == 'Windows')
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.63%. Comparing base (
d4268e7
) to head (4d18556
). Report is 221 commits behind head on main.
🚨 Try these New Features:
Honestly, the regression is no big deal. I've reported it and if it gets fixed then nice. Also we should have these automatically apply changes from uv
(just like with black
currently).
Updating for uv 0.3 (mainly just checking theres no regressions in the output)