py-pdf / pypdf

A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
https://pypdf.readthedocs.io/en/latest/
Other
8.41k stars 1.42k forks source link

DEV: Remove .flake8 #2895

Closed j-t-1 closed 1 month ago

j-t-1 commented 1 month ago

Also sort the ignore list.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 96.43%. Comparing base (8245fbc) to head (5ce98b4). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2895 +/- ## ======================================= Coverage 96.43% 96.43% ======================================= Files 52 52 Lines 8726 8726 Branches 1721 1721 ======================================= Hits 8415 8415 Misses 182 182 Partials 129 129 ```

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

stefan6419846 commented 1 month ago

The exclude should not hurt IMHO. Nevertheless, the file should be unused after #2572 and could probably be removed completely.

j-t-1 commented 1 month ago

Deleted the file. Feel free to change the commit message, which is now:

pypdf moved from flake8 to ruff. This is a continuation of #2572.