jsvine / pdfplumber

Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
MIT License
6.57k stars 659 forks source link

Format tests according to psf/black and flake8 #327

Closed jsvine closed 3 years ago

jsvine commented 3 years ago

This PR formats the Python files in tests/ so that they pass repo's psf/black and flake8 linters, and also enforces these formatting guidelines for future PRs and pushes.

Fairly straightforward, but could still use a second set of eyes.

codecov[bot] commented 3 years ago

Codecov Report

Merging #327 (eaa9ff9) into develop (332f973) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #327   +/-   ##
========================================
  Coverage    98.17%   98.17%           
========================================
  Files           10       10           
  Lines         1205     1205           
========================================
  Hits          1183     1183           
  Misses          22       22           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 332f973...d234f05. Read the comment docs.

jsvine commented 3 years ago

Many thanks for the review, Samkit — now merging 👍