tmux-python / tmuxp

🖥️ Session manager for tmux, build on libtmux.
https://tmuxp.git-pull.com/
MIT License
4.04k stars 231 forks source link

chore: Aggressive ruff fixes #928

Closed tony closed 4 months ago

tony commented 4 months ago
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore F401 --ignore PT014 --ignore RUF100 --ignore PGH004; ruff format .

Fixed 8 errors:

Found 1243 errors (8 fixed, 1235 remaining).

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 70.19%. Comparing base (4b5518f) to head (85b982d).

:exclamation: Current head 85b982d differs from pull request most recent head b0281c0. Consider uploading reports for the commit b0281c0 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #928 +/- ## ======================================= Coverage 70.19% 70.19% ======================================= Files 26 26 Lines 1936 1936 Branches 404 404 ======================================= Hits 1359 1359 Misses 454 454 Partials 123 123 ```

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