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

Bump mypy and fix problems in avro introspection code #748

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

aiven-anton
Copy link
Contributor

About this change - What it does

Bumps mypy and fixes revealed problematic code in avro introspection code where wrong entities was used.

Supersedes and closes #747.

dependabot bot and others added 2 commits October 26, 2023 11:25
Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.6.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.4.1...v1.6.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
if field.default_factory is not MISSING
else {} # type: ignore[misc]
),
**({"default": field.default_factory()} if field.default_factory is not MISSING else {}),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunate victim to the cursed combination of 120 line-length limit + black ...

@aiven-anton aiven-anton marked this pull request as ready for review October 26, 2023 09:56
@aiven-anton aiven-anton requested review from a team as code owners October 26, 2023 09:56
@tvainika tvainika merged commit c123101 into main Oct 30, 2023
8 checks passed
@tvainika tvainika deleted the aiven-anton/fix-incorrect-avro-entities branch October 30, 2023 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants