We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, great project!
I have the following in my pyproject file
[build-system] requires = [ "cython==3.0.11", "numpy==1.22.2; python_version<'3.9'", "numpy>=2; python_version>='3.9'", "setuptools", ]
when running pyproject-fmt==2.2.4 using pre-commit the "numpy==1.22.2; python_version<'3.9'", line gets removed. It looks like a bug.
pyproject-fmt==2.2.4
"numpy==1.22.2; python_version<'3.9'",
The text was updated successfully, but these errors were encountered:
It is, pull request welcome to fix it.
Sorry, something went wrong.
No branches or pull requests
Discussed in https://github.com/tox-dev/pyproject-fmt/discussions/265
Hi, great project!
I have the following in my pyproject file
when running
pyproject-fmt==2.2.4
using pre-commit the"numpy==1.22.2; python_version<'3.9'",
line gets removed. It looks like a bug.The text was updated successfully, but these errors were encountered: