akaszynski / keepa

Python Keepa.com API
https://keepaapi.readthedocs.io/en/latest/
Apache License 2.0
241 stars 77 forks source link

add back in a few missing imports; use ruff #155

Closed akaszynski closed 12 months ago

akaszynski commented 12 months ago

Resolve #154 by adding back in parse_csv.

Bonus

Use ruff. It does the job of both black and flake8, but faster.

codecov[bot] commented 12 months ago

Codecov Report

Merging #155 (08b1627) into main (a2552ac) will decrease coverage by 0.86%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
- Coverage   91.31%   90.45%   -0.86%     
==========================================
  Files           4        4              
  Lines         587      587              
==========================================
- Hits          536      531       -5     
- Misses         51       56       +5     
Files Coverage Δ
src/keepa/__init__.py 100.00% <ø> (ø)
src/keepa/interface.py 90.17% <ø> (-0.99%) :arrow_down: