diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-09-16 17:02:11 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-09-16 18:19:49 +0200 |
commit | 7add5d00ff5bb36a21bb5fe92cc8e67c5ca80e80 (patch) | |
tree | ac1a97f8ff0521372686ea9ea187c5d63d96e1c9 /tests/checkers/unittest_variables.py | |
parent | 0d246e55a3d13d4fb0829c000064fa26fcbd4183 (diff) | |
download | pylint-git-2.11.0.tar.gz |
Bump pylint to 2.11.0, update changelogv2.11.0
Diffstat (limited to 'tests/checkers/unittest_variables.py')
-rw-r--r-- | tests/checkers/unittest_variables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkers/unittest_variables.py b/tests/checkers/unittest_variables.py index 62a9ca3d0..315ad8ab8 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 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Sergei Lebedev <185856+superbobry@users.noreply.github.com> |