-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Backport Move deprecated 'tool.setuptools.license-files', remove license class #10293
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
Conversation
This is better reviewed by trusting me that this is cherry-picked. For pyproject-fmt I ddn't resolve the conflict, I took only the pre-commit configuration changes and reapplied the automatic fix using them. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## maintenance/3.3.x #10293 +/- ##
==================================================
Coverage 95.84% 95.84%
==================================================
Files 174 174
Lines 18984 18984
==================================================
Hits 18195 18195
Misses 789 789 🚀 New features to boost your workflow:
|
@@ -183,3 +169,7 @@ repos: | |||
args: ["--toml=pyproject.toml"] | |||
additional_dependencies: | |||
- tomli | |||
- repo: https://github.com/tox-dev/pyproject-fmt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also add https://validate-pyproject.readthedocs.io ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, feel free to open a PR :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backport of #10289