dask-contrib / dask-deltatable

A Delta Lake reader for Dask
BSD 3-Clause "New" or "Revised" License
44 stars 14 forks source link

Fix linter errors #43

Closed j-bennet closed 1 year ago

j-bennet commented 1 year ago

Pre-commit fails on main with mypy errors.

codecov-commenter commented 1 year ago

Codecov Report

Merging #43 (c4afb64) into main (fa03f1e) will increase coverage by 2.88%. The diff coverage is 97.72%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   73.28%   76.17%   +2.88%     
==========================================
  Files           4        6       +2     
  Lines         307      340      +33     
==========================================
+ Hits          225      259      +34     
+ Misses         82       81       -1     
Impacted Files Coverage Δ
dask_deltatable/core.py 93.91% <94.11%> (+1.38%) :arrow_up:
dask_deltatable/_schema.py 60.86% <100.00%> (ø)
dask_deltatable/types.py 100.00% <100.00%> (ø)
dask_deltatable/utils.py 100.00% <100.00%> (ø)
dask_deltatable/write.py 64.19% <100.00%> (+0.44%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more