summaryrefslogtreecommitdiff
path: root/pylint/checkers/format.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-14 09:11:58 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-25 15:21:25 +0100
commitf6d3d3989852c903f01ca03dde9cb07687c7603f (patch)
treeae975e47c31910834a46be2e2e3ce5288a7f8642 /pylint/checkers/format.py
parentf84c069f9a1e3eab872fedb02f24371af05d8497 (diff)
downloadpylint-git-f6d3d3989852c903f01ca03dde9cb07687c7603f.tar.gz
Bump pylint to 2.12.0, update changelogv2.12.0
Closes #5250
Diffstat (limited to 'pylint/checkers/format.py')
-rw-r--r--pylint/checkers/format.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint/checkers/format.py b/pylint/checkers/format.py
index 22e41622f..3756d7d0e 100644
--- a/pylint/checkers/format.py
+++ b/pylint/checkers/format.py
@@ -37,6 +37,9 @@
# Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com>
# Copyright (c) 2020 Raphael Gaschignard <raphael@rtpg.co>
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
+# Copyright (c) 2021 Tushar Sadhwani <tushar.sadhwani000@gmail.com>
+# Copyright (c) 2021 bot <bot@noreply.github.com>
+# Copyright (c) 2021 Ville Skyttä <ville.skytta@iki.fi>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html