An open API service indexing awesome lists of open source software.

https://github.com/jwodder/pydantic-bug-20231103

MVCE for a bug in Pydantic's mypy plugin
https://github.com/jwodder/pydantic-bug-20231103

bug-reproduction pydantic python

Last synced: 8 months ago
JSON representation

MVCE for a bug in Pydantic's mypy plugin

Awesome Lists containing this project

README

          

This is an MVCE for a bug in [Pydantic](https://github.com/pydantic/pydantic)'s
mypy plugin in which a false positive is generated for
`warn_required_dynamic_aliases` on properties & validators when
`alias_generator` set.

To use this MVCE, install [hatch](https://hatch.pypa.io) and run `hatch run
typing:check`.

The bug report is at .