summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 20:59:39 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 21:13:47 +0200
commita56b52550b88ba4234f1332b54c5cfd3e49368b3 (patch)
tree5c1f0f585f720af4deba3459ea4f547b4a921365 /tests
parentca447f7d93a002eb7d4dd80ff4caaf28ce8702b6 (diff)
downloadpylint-git-a56b52550b88ba4234f1332b54c5cfd3e49368b3.tar.gz
Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0
Diffstat (limited to 'tests')
-rw-r--r--tests/checkers/unittest_variables.py1
-rw-r--r--tests/unittest_pyreverse_writer.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/checkers/unittest_variables.py b/tests/checkers/unittest_variables.py
index 2a590708d..be7e32fe8 100644
--- a/tests/checkers/unittest_variables.py
+++ b/tests/checkers/unittest_variables.py
@@ -13,6 +13,7 @@
# Copyright (c) 2020 Andrew Simmons <anjsimmo@gmail.com>
# Copyright (c) 2020 Andrew Simmons <a.simmons@deakin.edu.au>
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
+# Copyright (c) 2021 Sergei Lebedev <185856+superbobry@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
diff --git a/tests/unittest_pyreverse_writer.py b/tests/unittest_pyreverse_writer.py
index 95b1b20e0..16a51f07d 100644
--- a/tests/unittest_pyreverse_writer.py
+++ b/tests/unittest_pyreverse_writer.py
@@ -9,7 +9,7 @@
# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk>
# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
-# Copyright (c) 2021 Mark Byrne <mbyrnepr2@gmail.com>
+# Copyright (c) 2021 Mark Byrne <31762852+mbyrnepr2@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