https://github.com/thomasborgen/dry-python-classes-mypy-issue
Just to show a mypy issue in [classes](https://github.com/dry-python/classes)
https://github.com/thomasborgen/dry-python-classes-mypy-issue
Last synced: 6 months ago
JSON representation
Just to show a mypy issue in [classes](https://github.com/dry-python/classes)
- Host: GitHub
- URL: https://github.com/thomasborgen/dry-python-classes-mypy-issue
- Owner: thomasborgen
- Created: 2021-12-22T16:55:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T17:00:30.000Z (over 4 years ago)
- Last Synced: 2024-12-29T08:42:17.421Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classes issue:
```sh
git clone git@github.com:thomasborgen/dry-python-classes-mypy-issue.git
cd dry-python-classes-mypy-issue
poetry install
poetry run mypy .
```
output is:
```sh
setup.cfg:2: error: Error importing plugin "classes.contrib.mypy.classes_plugin": cannot import name 'TypeVarDef' from 'mypy.types' (/home/thomas/opensource/classes-mypy-problem/.venv/lib/python3.9/site-packages/mypy/types.cpython-39-x86_64-linux-gnu.so)
Found 1 error in 1 file (errors prevented further checking)
```