summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2021-08-20 20:56:36 -0700
committerAshley Whetter <AWhetter@users.noreply.github.com>2021-08-20 21:26:08 -0700
commitbf332820cb63305e286eb58a707c6d8b90e6cbb6 (patch)
tree1731bf582a4d35b44fbbf5b99c5cbad78aac9697 /pylint/exceptions.py
parentd701a979d95c5e4ca6dd4860ab30e08880a904d0 (diff)
downloadpylint-git-2.10.1.tar.gz
Bump pylint to 2.10.1, update changelogv2.10.1
Diffstat (limited to 'pylint/exceptions.py')
-rw-r--r--pylint/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/exceptions.py b/pylint/exceptions.py
index f4c0fda0e..49fe8604e 100644
--- a/pylint/exceptions.py
+++ b/pylint/exceptions.py
@@ -5,8 +5,8 @@
# 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 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
+# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
# 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
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE