Implemented #1393: Proprety based testing applied to code snippets.
Implemented #1391: Create automated integration test that includes full code base of largest OpenSource isort users.
Potentially breaking changes:
Fixed #1429: --check doesn't print to stderr as the documentation says. This means if you were looking for ERROR: messages for files that contain incorrect imports within stdout you will now need to look in stderr.
5.4.2 Aug 14, 2020
Fixed #1383: Known other does not work anymore with .editorconfig.
Fixed: Regression in first known party path expansion.
5.4.1 [Hotfix] Aug 13, 2020
Fixed #1381: --combine-as loses # noqa in different circumstances.
5.4.0 Aug 12, 2020
Implemented #1373: support for length sort only of direct (AKA straight) imports.
Implemented #1393: Proprety based testing applied to code snippets.
Implemented #1391: Create automated integration test that includes full code base of largest OpenSource isort users.
Potentially breaking changes:
Fixed #1429: --check doesn't print to stderr as the documentation says. This means if you were looking for ERROR: messages for files that contain incorrect imports within stdout you will now need to look in stderr.
5.4.2 Aug 14, 2020
Fixed #1383: Known other does not work anymore with .editorconfig.
Fixed: Regression in first known party path expansion.
5.4.1 [Hotfix] Aug 13, 2020
Fixed #1381: --combine-as loses # noqa in different circumstances.
5.4.0 Aug 12, 2020
Implemented #1373: support for length sort only of direct (AKA straight) imports.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps isort from 4.3.21 to 5.5.3.
Release notes
Sourced from isort's releases.
Changelog
Sourced from isort's changelog.
Commits
ec78bf3
Bump version to 5.5.327768b0
Merge pull request #1490 from PyCQA/issue/1488/isort-mangling-lines-that-star...8095ede
Match format of surrounding testsd2f858f
Add note to changelogc7afdcd
Fix #1488: isort should never mangle non-import from statementse2cc148
Add more extensive testing for raise issued4ae7cc
Add support for skipping parens7960bf7
Simpler strategy for following line continuations67fb11b
Extend testing to include paren casee74dc82
Improve test cases, add test for comment that looks like line continuationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)