Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: correct handling of base class with no __annotations__ in AllOptionalMetaclass #1740

Closed

Conversation

laurent-laporte-pro
Copy link
Contributor

This correction addresses an issue where the AllOptionalMetaclass metaclass was not handling cases where the base class has no __annotations__ attribute properly. In such situations, this fix ensures that an empty annotation dictionary is assumed for correct behavior.

…llOptionalMetaclass`

This correction addresses an issue where the `AllOptionalMetaclass` metaclass was not handling cases where the base class has no `__annotations__` attribute properly. In such situations, this fix ensures that an empty annotation dictionary is assumed for correct behavior.
@commit-lint
Copy link

commit-lint bot commented Sep 21, 2023

Chore

  • correct handling of base class with no __annotations__ in AllOptionalMetaclass (28ea5fa)

Contributors

laurent-laporte-pro

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@laurent-laporte-pro
Copy link
Contributor Author

Solved in #1742

@laurent-laporte-pro laurent-laporte-pro deleted the bugfix/all-optional-metaclass-annotation branch March 9, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant