diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-17 10:21:08 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-17 13:24:47 +0200 |
commit | 0f08e2e52baf46498c0b2ae19dadb1144eb70295 (patch) | |
tree | b09ff2f52b9ccaef12425151758f8fc9dad181d1 /tests/lint | |
parent | 63595a94551cb299bce2988dd1101f863de3bf08 (diff) | |
download | pylint-git-0f08e2e52baf46498c0b2ae19dadb1144eb70295.tar.gz |
Bump pylint to 2.9.0-dev1, update changelog
Diffstat (limited to 'tests/lint')
-rw-r--r-- | tests/lint/unittest_lint.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lint/unittest_lint.py b/tests/lint/unittest_lint.py index 21748a507..3485b16f1 100644 --- a/tests/lint/unittest_lint.py +++ b/tests/lint/unittest_lint.py @@ -28,6 +28,8 @@ # Copyright (c) 2020 Martin Vielsmaier <martin@vielsmaier.net> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> +# Copyright (c) 2021 Andreas Finkler <andi.finkler@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/master/LICENSE |