summaryrefslogtreecommitdiff
path: root/script/check_newsfragments.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some too long lines (#8339)Ollie2023-02-251-1/+4
| | | | | * Changing flake8 max-line-length to 120 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [fragment] Add a check for suffix of fragments filesPierre Sassoulas2022-12-051-0/+28
|
* `check_newsfragments`: Improve output on Windows machines (#7612)Andreas Finkler2022-10-301-3/+9
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* fix `undefined-loop-variable` with `break` and `continue` statements in ↵DetachHead2022-08-191-1/+3
| | | | | | | | | `else` blocks (#7318) Also add better regex explanation for news fragments following hard to fix issue with it. Co-authored-by: detachhead <detachhead@users.noreply.github.com>
* Add pre-commit hook to verify format of news fragmentDudeNr332022-07-171-0/+84