summaryrefslogtreecommitdiff
path: root/pylint/checkers/design_analysis.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-17 10:21:08 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-17 13:24:47 +0200
commit0f08e2e52baf46498c0b2ae19dadb1144eb70295 (patch)
treeb09ff2f52b9ccaef12425151758f8fc9dad181d1 /pylint/checkers/design_analysis.py
parent63595a94551cb299bce2988dd1101f863de3bf08 (diff)
downloadpylint-git-0f08e2e52baf46498c0b2ae19dadb1144eb70295.tar.gz
Bump pylint to 2.9.0-dev1, update changelog
Diffstat (limited to 'pylint/checkers/design_analysis.py')
-rw-r--r--pylint/checkers/design_analysis.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/design_analysis.py b/pylint/checkers/design_analysis.py
index c410fa86c..09b28b3d4 100644
--- a/pylint/checkers/design_analysis.py
+++ b/pylint/checkers/design_analysis.py
@@ -16,6 +16,7 @@
# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
+# Copyright (c) 2021 yushao2 <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/master/LICENSE