summaryrefslogtreecommitdiff
path: root/pylint/checkers/logging.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-16 17:02:11 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-16 18:19:49 +0200
commit7add5d00ff5bb36a21bb5fe92cc8e67c5ca80e80 (patch)
treeac1a97f8ff0521372686ea9ea187c5d63d96e1c9 /pylint/checkers/logging.py
parent0d246e55a3d13d4fb0829c000064fa26fcbd4183 (diff)
downloadpylint-git-7add5d00ff5bb36a21bb5fe92cc8e67c5ca80e80.tar.gz
Bump pylint to 2.11.0, update changelogv2.11.0
Diffstat (limited to 'pylint/checkers/logging.py')
-rw-r--r--pylint/checkers/logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/logging.py b/pylint/checkers/logging.py
index 3cbf20956..e04b0ec8f 100644
--- a/pylint/checkers/logging.py
+++ b/pylint/checkers/logging.py
@@ -17,6 +17,7 @@
# Copyright (c) 2019 Djailla <bastien.vallet@gmail.com>
# Copyright (c) 2019 Svet <svet@hyperscience.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 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