python-vuejs
python-vuejs copied to clipboard
Update isort to 4.3.4
There's a new version of isort available. You are currently using 4.2.15. I have updated it to 4.3.4
These links might come in handy: PyPI | Changelog | Repo
Changelog
4.3.4
- Fixed issue 671: isort is corrupting CRLF files
4.3.3
- Fixed issue 665: Tabs turned into single spaces
4.3.2
- Fixed issue 651: Add imports option is broken
- Fixed issue 662: An error generated by rewriting
.importsto. imoprts
4.3.1
- Fixed setup.py errors
- Fixed issue 654: Trailing comma count error
- Fixed issue 650: Wrong error message displayed
4.3.0
- Fixed 557:
force_alphabetical_sortandforce_sort_within_sectionscan now be utilized together without extra new lines- Fix case-sensitive path existence check in Mac OS X
- Added
--no-lines-beforefor more granular control over section output- Fixed 493: Unwanted conversion to Windows line endings
- Fixed 590: Import
asmucks with alphabetical sorting- Implemented
--version-numberto retrieve just the version number without the isort logo- Breaking changes
- Python 2.7+ only (dropped 2.6) allowing various code simplifications and improvements.
Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.
Happy merging! 🤖
Coverage remained the same at 85.821% when pulling 5cb734a2cf171f815c01a2202a647003acde84dd on pyup-update-isort-4.2.15-to-4.3.4 into 58c90468f56e3196abb525eaecda3f60ba25cab9 on master.