-
Notifications
You must be signed in to change notification settings - Fork 113
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
Update pre-commit hooks (validate-pyproject v0.23) #2191
Conversation
It actually failed:
|
@hugovk: Can you help me to figure out what went wrong? |
Ah,
So it's not included in |
... but your project also uses |
You're using setuptools as the build backend: Line 41 in b2b3b98
setuptools doesn't yet support the new PEP 639 licence metadata, but they're working on it right now: I'm using hatchling: https://github.com/hugovk/humanize/blob/6427174e3300a9bbb59558ea47a6fc7b03cb3015/pyproject.toml#L2 |
This reverts commit 3db996f. Setuptools is not yet ready: - Taxel#2191 (comment)
Reverted until setuptools is updated or switching to hatchling |
Carry python-humanize/humanize#236