python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

Update to isort > 5 #107

Closed pgjones closed 4 years ago

pgjones commented 4 years ago

A fair few backwards incompatible changes to how isort is used.

codecov[bot] commented 4 years ago

Codecov Report

Merging #107 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   99.15%   99.16%           
=======================================
  Files          21       21           
  Lines         952      959    +7     
  Branches      175      175           
=======================================
+ Hits          944      951    +7     
  Misses          7        7           
  Partials        1        1           
Impacted Files Coverage Δ
h11/tests/test_io.py 100.00% <100.00%> (ø)
h11/_connection.py 100.00% <0.00%> (ø)
h11/tests/helpers.py 100.00% <0.00%> (ø)
h11/tests/test_against_stdlib_http.py 100.00% <0.00%> (ø)

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 1ede68e...fe46e69. Read the comment docs.