forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update isort to latest version (#5209)
* Update isort * Add news entry * Update news/3 Code Health/5059.md Co-Authored-By: DonJayamanne <[email protected]>
- Loading branch information
1 parent
e7cf718
commit 9280372
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Update version of [isort](https://pypi.org/project/isort/) to `4.3.17` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
jedi==0.12.0 | ||
parso==0.2.1 | ||
isort==4.3.4 | ||
isort==4.3.17 | ||
ptvsd==4.2.7 |