summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-01-02 23:21:23 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-01-02 23:52:24 +0100
commitfffde57ac06ace43d74a04f799fabe1724d83ace (patch)
treebd14fe27bb389dd85ac12da6d564f56629411558 /script
parent15c8825eeb4c7546f2c8e5c5a044e0f25fc9d4e6 (diff)
downloadpylint-git-fffde57ac06ace43d74a04f799fabe1724d83ace.tar.gz
Format docstrings with ``pydocstringformatter``
Diffstat (limited to 'script')
-rw-r--r--script/bump_changelog.py4
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