isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 1 forks source link

Enable isort as precommit check and linting across all directories #66

Closed berquist closed 4 years ago

berquist commented 4 years ago

- [ ] Contains a change log entry for Towncrier

codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   89.34%   89.34%           
=======================================
  Files           7        7           
  Lines         676      676           
=======================================
  Hits          604      604           
  Misses         72       72
Impacted Files Coverage Δ
immutablecollections/immutablecollection.py 100% <100%> (ø) :arrow_up:
immutablecollections/_immutablemultidict.py 91.72% <100%> (ø) :arrow_up:
immutablecollections/_immutabledict.py 87.8% <100%> (ø) :arrow_up:
immutablecollections/_immutableset.py 91.01% <100%> (ø) :arrow_up:

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 c20fb5e...e925812. Read the comment docs.