diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-11-25 18:32:40 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-12-03 18:26:57 +0100 |
commit | eec287fae66f8fc514d5daa9caee46fd0e0cb6d9 (patch) | |
tree | c2b32d7140a5e6602fcbb4d468b6697fa5191bee /pylint/checkers/classes.py | |
parent | 7def5278afc86224a98cc9d1706fbd9523ddda1b (diff) | |
download | pylint-git-eec287fae66f8fc514d5daa9caee46fd0e0cb6d9.tar.gz |
Bump pylint to 2.12.2, update changelogv2.12.2
Diffstat (limited to 'pylint/checkers/classes.py')
-rw-r--r-- | pylint/checkers/classes.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint/checkers/classes.py b/pylint/checkers/classes.py index 10df62448..2d63b8bbd 100644 --- a/pylint/checkers/classes.py +++ b/pylint/checkers/classes.py @@ -39,10 +39,9 @@ # Copyright (c) 2021 Samuel Freilich <sfreilich@google.com> # Copyright (c) 2021 Nick Pesce <nickpesce22@gmail.com> # Copyright (c) 2021 bot <bot@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> # Copyright (c) 2021 SupImDos <62866982+SupImDos@users.noreply.github.com> # Copyright (c) 2021 Kayran Schmidt <59456929+yumasheta@users.noreply.github.com> -# Copyright (c) 2021 Yu Shao, Pang <p.yushao2@gmail.com> # Copyright (c) 2021 Konstantina Saketou <56515303+ksaketou@users.noreply.github.com> # Copyright (c) 2021 James Sinclair <james@nurfherder.com> # Copyright (c) 2021 tiagohonorato <61059243+tiagohonorato@users.noreply.github.com> |