drivendataorg / repro-zipfile

A tiny, zero-dependency replacement for Python's zipfile.ZipFile for creating reproducible/deterministic ZIP archives.
Other
12 stars 4 forks source link

Ruff fixes #11

Closed pjbull closed 4 months ago

pjbull commented 4 months ago

I think this should fix the automated test errors.

Closes #10

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 90.6%. Comparing base (3c3b6a0) to head (2b92147).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ===================================== Coverage 90.6% 90.6% ===================================== Files 2 2 Lines 161 161 ===================================== Hits 146 146 Misses 15 15 ```