This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Fix isort version in .pre-commit-config.yaml that became incompatible rencently#365
Open
RamonGiovane wants to merge 1 commit intodarrenburns:masterfrom
Open
Fix isort version in .pre-commit-config.yaml that became incompatible rencently#365RamonGiovane wants to merge 1 commit intodarrenburns:masterfrom
RamonGiovane wants to merge 1 commit intodarrenburns:masterfrom
Conversation
Codecov ReportBase: 84.93% // Head: 84.93% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #365 +/- ##
=======================================
Coverage 84.93% 84.93%
=======================================
Files 21 21
Lines 1845 1845
Branches 284 284
=======================================
Hits 1567 1567
Misses 236 236
Partials 42 42 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating pre-commit 's isort.
The current version raises this error when
make prep:Solution is to update to version
5.12.0Related SO post: https://stackoverflow.com/a/75269701/8843585