marcelotduarte / cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on.
https://marcelotduarte.github.io/cx_Freeze/
Other
1.33k stars 217 forks source link

chore: use more ruff lint rules #2305

Closed marcelotduarte closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 80.26%. Comparing base (b006719) to head (7bb216a).

Files Patch % Lines
cx_Freeze/module.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2305 +/- ## ========================================== + Coverage 80.24% 80.26% +0.02% ========================================== Files 26 26 Lines 4045 4039 -6 ========================================== - Hits 3246 3242 -4 + Misses 799 797 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.