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
Can be done in 2 steps:
pyproject.toml
https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/
Example PR from borg: borgbackup/borg#7997
The text was updated successfully, but these errors were encountered:
flake8 is a bit of a troublemaker here as its settings can't live in pyproject.toml, but there is ruff as a nice replacement.
ruff
as this tends to be a slightly bigger change, it is best done as a separate PR, as seen there:
borgbackup/borg#7808
Sorry, something went wrong.
Recommendation from Thomas in #1570:
Replace flake8 by ruff - it integrates better into pyproject.toml.
replace flake8 by ruff, see moinwiki#1571
4c5bf01
ruff supports pyproject.toml (and is quite fast).
b35875b
ThomasWaldmann
Successfully merging a pull request may close this issue.
Can be done in 2 steps:
pyproject.toml
in any case, giving build system requirements and backendhttps://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/
Example PR from borg: borgbackup/borg#7997
The text was updated successfully, but these errors were encountered: