Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days 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 .