-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use mypy configuration in pyproject.toml
#37
Comments
pyproject.toml
I was running into this issue as well. This seems to be the cause: hatch-mypyc/hatch_mypyc/plugin.py Lines 269 to 281 in 95613d5
|
definitely a bug, can you please check if it supports PEP 639 now? |
PEP 639 is still a draft, and I'm not sure if setuptools supports it. There are a few issues mentioning PEP 639, but nothing conclusive, e.g. pypa/setuptools#3596 and pypa/setuptools#4033. |
Bug description
The mypy configuration is stored in
pyproject.toml
I tried to do the following:
But I ended up with
The text was updated successfully, but these errors were encountered: