Skip to content

chore(deps-dev): bump flake8-type-checking from 2.2.0 to 2.9.0 in /packages/ai#1266

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/packages/ai/flake8-type-checking-2.9.0
Open

chore(deps-dev): bump flake8-type-checking from 2.2.0 to 2.9.0 in /packages/ai#1266
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/packages/ai/flake8-type-checking-2.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps flake8-type-checking from 2.2.0 to 2.9.0.

Release notes

Sourced from flake8-type-checking's releases.

v2.9.0

New features

Full Changelog: snok/flake8-type-checking@v2.8.0...v2.9.0

v2.8.0

New features

Full Changelog: snok/flake8-type-checking@v2.7.0...v2.8.0

v2.7.0

New features

New Contributors

Full Changelog: snok/flake8-type-checking@v2.6.0...v2.7.0

v2.6.0

What's Changed

snok/flake8-type-checking#174 (by @​Daverball) refactors the internals of the plugin to get better awareness of scopes.

This:

  • Fixes scoping edge-case issues (snok/flake8-type-checking#131)
  • Fixes some false positive TC100/TC101 cases
  • Fixes some rare cases where both a TC004/TC009 and a TC100/TC200 were emitted for the same symbol

Secondly, the PR adds support for PEP695 and adds a new plugin error code:

TC009 Move declaration out of type-checking block. Variable is used for more than type hinting

This error code is distinct from the existing, similarly sounding TC004 error, and is used to flag issues related to TypeVar definitions.

Full Changelog: snok/flake8-type-checking@v2.5.1...v2.6.0

v2.5.1

What's Changed

Full Changelog: snok/flake8-type-checking@v2.5.0...v2.5.1

v2.5.0

... (truncated)

Commits
  • fae7589 chore: Update version from 2.8.0 to 2.9.0
  • 7b74e82 Merge pull request #183 from snok/pep646-starred-unpack
  • ccf886e Merge pull request #184 from snok/invalid-string-literal-in-binop
  • 594ab51 feat: Add TC010 which detects invalid use of string literals with |
  • 87c0876 feat: Add support for PEP646 syntax for unpacking TypeVarTuple
  • d4a7162 chore: Update version from 2.7.0 to 2.8.0
  • 700cd24 Merge pull request #179 from Daverball/feat/sqlalchemy20
  • d7a40c7 Update README.md
  • 5a82479 feat: Adds support for SQLAlchemy 2.0 Mapped annotations
  • 9855cda chore: Update version from 2.6.0 to 2.7.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.2.0 to 2.9.0.
- [Release notes](https://github.com/snok/flake8-type-checking/releases)
- [Commits](snok/flake8-type-checking@v2.2.0...v2.9.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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐴 chore A routine task 🚀 automerge Ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants