summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 14:33:09 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 14:54:36 +0200
commitaa688de05e469e33a20478144013946ccb752736 (patch)
treea6a4096f5244d7085f31061b3119ac39f1b0bb0b /pylint/exceptions.py
parentd1048a15618c136d9f6621692495abf70e5cfa5a (diff)
downloadpylint-git-aa688de05e469e33a20478144013946ccb752736.tar.gz
Bump pylint to 2.9.3, update changelogv2.9.3
Diffstat (limited to 'pylint/exceptions.py')
-rw-r--r--pylint/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/exceptions.py b/pylint/exceptions.py
index 879c2009b..1dab1d8d1 100644
--- a/pylint/exceptions.py
+++ b/pylint/exceptions.py
@@ -5,6 +5,7 @@
# Copyright (c) 2019 Thomas Hisch <t.hisch@gmail.com>
# 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 Pierre Sassoulas <pierre.sassoulas@gmail.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