Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
MVCE for a bug in Pydantic's mypy plugin
- Host: GitHub
- URL: https://github.com/jwodder/pydantic-bug-20231103
- Owner: jwodder
- License: mit
- Created: 2023-11-03T20:45:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-03T20:49:05.000Z (about 1 year ago)
- Last Synced: 2023-11-03T21:33:50.613Z (about 1 year ago)
- Topics: bug-reproduction, pydantic, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .