Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps flake8-type-checking from 2.0.6 to 2.3.0.

Release notes

Sourced from flake8-type-checking's releases.

v2.3.0

New features

Maintenance

New Contributors

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

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 👏

... (truncated)

Commits
  • b55c79d chore: Bump version from 2.2.0 to 2.3.0
  • 9e986ec Merge pull request #142 from steverice/additional-boolean-logic
  • 75b581e Merge pull request #145 from steverice/add-stub-test
  • 884df74 Merge pull request #144 from steverice/remove-double-namespace-fix
  • 76de0ae Add test coverage for stub file ignore
  • 263faf6 Remove fix for "double namespace" imports
  • acdbe29 feat: Support use of TYPE_CHECKING with simple boolean logic
  • c2f9fbe chore: Fix mypy errors
  • cb0ee60 chore: Update pre-commit hooks and lockfile
  • a3f4f97 chore: Remove excess whitespace
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 21, 2022
Bumps [flake8-type-checking](https://github.com/snok/flake8-type-checking) from 2.0.6 to 2.3.0.
- [Release notes](https://github.com/snok/flake8-type-checking/releases)
- [Commits](snok/flake8-type-checking@v2.0.6...v2.3.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 force-pushed the dependabot/pip/flake8-type-checking-2.3.0 branch from 90795e3 to da086ea Compare December 16, 2022 13:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2023

Superseded by #74.

@dependabot dependabot bot closed this Mar 9, 2023
@dependabot dependabot bot deleted the dependabot/pip/flake8-type-checking-2.3.0 branch March 9, 2023 03:04
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