Add Mypy-style wildcard support to banned-modules.
Thanks to Chris Elion in PR [#310](https://github.com/adamchainz/flake8-tidy-imports/issues/310) <https://github.com/adamchainz/flake8-tidy-imports/pull/319>__.
4.6.0 (2022-01-10)
Drop Python 3.6 support.
Remove upper bound on Flake8 version.
4.5.0 (2021-10-11)
Support Flake8 4.
4.4.1 (2021-08-12)
Correctly declare dependency on flake8 3.8.0+. This is required as flake8
moved from optparse to argparse, and the change to ban-relative-imports
uses argparse features.
4.4.0 (2021-08-11)
Add parents option for ban-relative-imports that allows using
relative syntax to import from sibling modules, but not parents.
Add type hints.
4.3.0 (2021-05-10)
Support Python 3.10.
Stop distributing tests to reduce package size. Tests are not intended to be
run outside of the tox setup in the repository. Repackagers can use GitHub's
tarballs per tag.
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)
Bumps flake8-tidy-imports from 4.1.0 to 4.7.0.
Changelog
Sourced from flake8-tidy-imports's changelog.
... (truncated)
Commits
9bdc030
Version 4.7.0b2521f8
Add wildcard support for banned-modules (#319)66ee171
[pre-commit.ci] pre-commit autoupdate (#372)917dde3
Tidy MANIFEST.in and remove check-manifest (#371)b7f76bc
Upgrade requirements (#370)8c217d3
[pre-commit.ci] pre-commit autoupdate (#369)3b72646
Upgrade requirements (#368)5986d3e
[pre-commit.ci] pre-commit autoupdate (#367)705c8e3
[pre-commit.ci] pre-commit autoupdate (#366)d987487
Upgrade requirements (#365)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)