summaryrefslogtreecommitdiff
path: root/script/bump_changelog.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* [tbump] Accept 1.2.3b4 format when bumping the versionPierre Sassoulas2023-01-221-1/+1
|
* Edit `bump_changelog.py` to use `towncrier` and update its configurationDudeNr332022-07-171-145/+100
|
* [tbump] Upgrade the bump script in preparation of 2.14 maintenancePierre Sassoulas2022-06-011-3/+4
|
* Upgrade documentation around the changelogPierre Sassoulas2022-05-281-0/+1
| | | | | | | | We do not upgrade the scripts at the same time because we want to avoid conflicts with main and need to merge the file moved for that. Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Add some manual typing changes (#6325)Daniël van Noord2022-04-141-2/+4
| | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Add a script to update the CONTRIBUTORS.txtPierre Sassoulas2022-03-231-0/+4
|
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-3/+1
|
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-3/+7
| | | | | | | | | | | | | | | | * Add ``consider-using-f-string`` checker This adds a checker for normal strings which are formatted with ``.format()`` or '%'. The message is a convention to nudge users towards using f-strings. This closes #3592 * Update pylint code to use f-strings After adding `consider-using-f-strings` the codebase showed numerous cases of formatting which could be f-strings. This commit changes most of these to become f-strings, or adds ignores. * Apply suggestions from code review Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-2/+2
|
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-1/+1
| | | | This reverts commit ca3bc53fd8d628473fba25c7736d0abfac8e4a4a.
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-1/+1
|
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add unspecified-encoding checker #3826 This adds an unspecified-encoding checker that adds a warning whenever open() is called without an explicit encoding argument. This closes #3826 * Update tests to conform to unspecified-encoding With addition of the unspecified-encoding checker calls of open() need an encoding argument. Where necessary this argument has been added, or the message has been disabled. This also includes small linting changes to a small number of tests. Their test-data has been updated to reflect new line numbers. * Update scripts to conform to unspecified-encoding With addition of the unspecified-encoding checker calls of open() need an encoding argument. Where necessary this argument has been added. * Update pylint to conform to unspecified-encoding With addition of the unspecified-encoding checker calls of open() need an encoding argument. Where necessary this argument has been added. Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Update link to astroid bump_changelog
* Upgrade the release script using what was done in astroidPierre Sassoulas2021-06-291-40/+119
|
* Add tbump script for bumbing versionPierre Sassoulas2021-06-171-0/+80