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
- Host: GitHub
- URL: https://github.com/jwodder/pydantic-bug-20231103
- Owner: jwodder
- License: mit
- Created: 2023-11-03T20:45:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T20:49:05.000Z (over 2 years ago)
- Last Synced: 2024-12-19T07:08:23.931Z (over 1 year ago)
- Topics: bug-reproduction, pydantic, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- 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 .