theendsofinvention / esst

MIT License
4 stars 0 forks source link

Update isort to 5.1.0 #246

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates isort from 5.0.7 to 5.1.0.

Changelog ### 5.1.0 ``` - isort now throws an exception if an invalid settings path is given (issue 1174). - Implemented support for automatic redundant alias removal (issue 1281). - Implemented experimental support for floating all imports to the top of a file (issue 1228) - Fixed 1178: support for semicolons in decorators. - Fixed 1315: Extra newline before comment with -n + --fss. - Fixed 1192: `-k` or `--keep-direct-and-as-imports` option has been deprecated as it is now always on. **Formatting changes implied:** - Fixed 1280: rewrite of as imports changes the behavior of the imports. ``` ### 5.0.9 ``` is ``` ### 5.0.8 ``` - Fixed 1277 & 1278: New line detection issues on Windows. - Fixed 1294: Fix bundled git hook. ```
Links - PyPI: https://pypi.org/project/isort - Changelog: https://pyup.io/changelogs/isort/ - Repo: https://timothycrosley.github.io/isort/