Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin isort version to 4.x due to big changes in 5.x #6

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

jmuhlich
Copy link
Collaborator

@jmuhlich jmuhlich commented Jul 7, 2020

isort 5.0 both makes backwards-incompatible changes to the Python API and stops sorting and de-duplicating imports across blocks. I created an isort-5 branch to just update to the new API, but then I realized the codegen output didn't look as nice. Maybe a minor issue, but you can decide which approach you prefer!

@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   95.28%   95.28%           
=======================================
  Files           1        1           
  Lines         382      382           
=======================================
  Hits          364      364           
  Misses         18       18           

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 38f8824...467fcc7. Read the comment docs.

@tlambert03
Copy link
Owner

thanks for catching!

@tlambert03 tlambert03 merged commit 749d46d into tlambert03:master Jul 7, 2020
@jmuhlich jmuhlich deleted the isort-4-pin branch July 7, 2020 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants