summaryrefslogtreecommitdiff
path: root/pylint/checkers/design_analysis.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-25 18:32:40 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-03 18:26:57 +0100
commiteec287fae66f8fc514d5daa9caee46fd0e0cb6d9 (patch)
treec2b32d7140a5e6602fcbb4d468b6697fa5191bee /pylint/checkers/design_analysis.py
parent7def5278afc86224a98cc9d1706fbd9523ddda1b (diff)
downloadpylint-git-eec287fae66f8fc514d5daa9caee46fd0e0cb6d9.tar.gz
Bump pylint to 2.12.2, update changelogv2.12.2
Diffstat (limited to 'pylint/checkers/design_analysis.py')
-rw-r--r--pylint/checkers/design_analysis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/design_analysis.py b/pylint/checkers/design_analysis.py
index 8b0a275f4..e6537a417 100644
--- a/pylint/checkers/design_analysis.py
+++ b/pylint/checkers/design_analysis.py
@@ -23,7 +23,7 @@
# Copyright (c) 2021 Melvin <31448155+melvio@users.noreply.github.com>
# Copyright (c) 2021 Rebecca Turner <rbt@sent.as>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
-# Copyright (c) 2021 yushao2 <36848472+yushao2@users.noreply.github.com>
+# Copyright (c) 2021 Yu Shao, Pang <36848472+yushao2@users.noreply.github.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE