-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧪🎨 Enforce empty trivial change notes
This is what the contribution document is asking for but the automation never checked really. Which led to contributors filling out trivial changelog entries without realizing that they are never published. The patch corrects that and relocates the violating change notes to better sections.
- Loading branch information
Showing
6 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The pre-commit linting suite now makes sure that any change | ||
notes labeled as ``trivial`` are empty. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
Upgrade setuptools to 70.3.0 | ||
|
||
Additionally, remove the suppressed deprecation warning from the vendored | ||
``pkg_resources`` copy to ensure builds succeed with ``PYTHONWARNINGS=error``. |