diff options
Diffstat (limited to 'script/bump_changelog.py')
-rw-r--r-- | script/bump_changelog.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/script/bump_changelog.py b/script/bump_changelog.py index 6b8e4abbf..6e25719d4 100644 --- a/script/bump_changelog.py +++ b/script/bump_changelog.py @@ -1,9 +1,7 @@ # ORIGINAL here: https://github.com/PyCQA/astroid/blob/main/script/bump_changelog.py # DO NOT MODIFY DIRECTLY -""" -This script permits to upgrade the changelog in astroid or pylint when releasing a version. -""" +"""This script permits to upgrade the changelog in astroid or pylint when releasing a version.""" # pylint: disable=logging-fstring-interpolation import argparse import enum |