ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
705 stars 42 forks source link

Freeze isort to 4.x on py36 #470

Closed ahawker closed 4 years ago

ahawker commented 4 years ago

Revert when https://github.com/timothycrosley/isort/issues/1273 and https://github.com/PyCQA/pylint/pull/3725 are closed.

codecov[bot] commented 4 years ago

Codecov Report

Merging #470 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #470   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          343       343           
  Branches        75        75           
=========================================
  Hits           343       343           

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 a4aa1ef...b290329. Read the comment docs.