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.28k stars 210 forks source link

chore: use only 'ruff' as a linter and formatter #2268

Closed marcelotduarte closed 4 months ago

marcelotduarte commented 4 months ago

Thank you very much pylint and black who have helped me so far in this public project and in private projects.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e5ce1a2) 73.69% compared to head (cf881bf) 73.69%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2268 +/- ## ======================================= Coverage 73.69% 73.69% ======================================= Files 27 27 Lines 4357 4357 ======================================= Hits 3211 3211 Misses 1146 1146 ```

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