Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps flake8-type-checking from 2.0.6 to 2.2.0.

Release notes

Sourced from flake8-type-checking's releases.

v2.2.0

New features

Bugfixes

Maintenance

New Contributors

Full Changelog: snok/flake8-type-checking@v2.1.3...v2.2.0

v2.1.3

Fixes

  • Adds missing attrs aliases (#133).

v2.1.2

Fixes

  • No longer flags TC001 (Move import into a type checking block) errors when imports are actually just completely unused. This error is already covered by F401.

v2.1.1

Fixes

  • Correct TC101 (... does not need to be a string literal) logic so it only flags string literals (#122 by @​shiftinv)
  • Fix a TC004 issue (Move import ... out of type-checking block) where we weren't handling all imports (#123 by @​shiftinv)
  • Fix TC002 (Move import ... into type checking block) false positives (#124)

v2.1.0

Adds a new error type, TC006, with error message Annotation in typing.cast() should be a string literal (#114, #118). Thanks @​ngnpope 👏

v2.0.7

Replaces the dependency aspy.refactor-imports with the updated and renamed classify-imports (#117). Thanks @​ngnpope 👏

Commits
  • a3f4f97 chore: Remove excess whitespace
  • c49a3f8 Merge pull request #140 from snok/139
  • e4362ec fix: Stop modifying node.attr
  • 84633a1 test: Add failing test for issue 139
  • a839bdd chore: Remove redundant toml header
  • 64550a7 Merge pull request #138 from snok/strict
  • a970069 chore: Bump version from 2.1.3 to 2.2.0
  • 57e5573 feat: Add strict setting to opt-into v1 behavior
  • 46aed31 chore: Update lockfile
  • e311f90 chore: Update pre-commit hooks
  • Additional commits viewable in compare view

Dependabot compatibility score

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-type-checking](https://github.com/snok/flake8-type-checking) from 2.0.6 to 2.2.0.
- [Release notes](https://github.com/snok/flake8-type-checking/releases)
- [Commits](snok/flake8-type-checking@v2.0.6...v2.2.0)

---
updated-dependencies:
- dependency-name: flake8-type-checking
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 17, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2022

Superseded by #58.

@dependabot dependabot bot closed this Nov 21, 2022
@dependabot dependabot bot deleted the dependabot/pip/flake8-type-checking-2.2.0 branch November 21, 2022 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant