diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-01 14:33:09 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-01 14:54:36 +0200 |
commit | aa688de05e469e33a20478144013946ccb752736 (patch) | |
tree | a6a4096f5244d7085f31061b3119ac39f1b0bb0b /tests/checkers | |
parent | d1048a15618c136d9f6621692495abf70e5cfa5a (diff) | |
download | pylint-git-aa688de05e469e33a20478144013946ccb752736.tar.gz |
Bump pylint to 2.9.3, update changelogv2.9.3
Diffstat (limited to 'tests/checkers')
-rw-r--r-- | tests/checkers/unittest_base.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_classes.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_exceptions.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_format.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_imports.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_logging.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_misc.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_python3.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_similar.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_spelling.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_stdlib.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_typecheck.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_utils.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_variables.py | 2 |
14 files changed, 14 insertions, 1 deletions
diff --git a/tests/checkers/unittest_base.py b/tests/checkers/unittest_base.py index 20db31ce7..7121f257f 100644 --- a/tests/checkers/unittest_base.py +++ b/tests/checkers/unittest_base.py @@ -16,6 +16,7 @@ # Copyright (c) 2020 ethan-leba <ethanleba5@gmail.com> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2020 bernie gray <bfgray3@users.noreply.github.com> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Or Bahari <orbahari@mail.tau.ac.il> # Copyright (c) 2021 David Gilman <davidgilman1@gmail.com> diff --git a/tests/checkers/unittest_classes.py b/tests/checkers/unittest_classes.py index 5dae4473b..1f60d1b32 100644 --- a/tests/checkers/unittest_classes.py +++ b/tests/checkers/unittest_classes.py @@ -8,6 +8,7 @@ # Copyright (c) 2019-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 yushao2 <36848472+yushao2@users.noreply.github.com> # Copyright (c) 2021 tiagohonorato <61059243+tiagohonorato@users.noreply.github.com> diff --git a/tests/checkers/unittest_exceptions.py b/tests/checkers/unittest_exceptions.py index fb34fc6d3..4a8ffc806 100644 --- a/tests/checkers/unittest_exceptions.py +++ b/tests/checkers/unittest_exceptions.py @@ -8,6 +8,7 @@ # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.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 diff --git a/tests/checkers/unittest_format.py b/tests/checkers/unittest_format.py index b12a43dd6..d83116c2f 100644 --- a/tests/checkers/unittest_format.py +++ b/tests/checkers/unittest_format.py @@ -19,6 +19,7 @@ # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> +# 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 diff --git a/tests/checkers/unittest_imports.py b/tests/checkers/unittest_imports.py index a45260c9b..852177903 100644 --- a/tests/checkers/unittest_imports.py +++ b/tests/checkers/unittest_imports.py @@ -11,6 +11,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 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 diff --git a/tests/checkers/unittest_logging.py b/tests/checkers/unittest_logging.py index 8dd44f684..551d6efd3 100644 --- a/tests/checkers/unittest_logging.py +++ b/tests/checkers/unittest_logging.py @@ -8,6 +8,7 @@ # Copyright (c) 2019 Svet <svet@hyperscience.com> # Copyright (c) 2020-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.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 diff --git a/tests/checkers/unittest_misc.py b/tests/checkers/unittest_misc.py index a9a26e6da..49f794fa8 100644 --- a/tests/checkers/unittest_misc.py +++ b/tests/checkers/unittest_misc.py @@ -10,6 +10,7 @@ # Copyright (c) 2019-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.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 diff --git a/tests/checkers/unittest_python3.py b/tests/checkers/unittest_python3.py index 28f067fe1..d8f87d14f 100644 --- a/tests/checkers/unittest_python3.py +++ b/tests/checkers/unittest_python3.py @@ -18,6 +18,7 @@ # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Federico Bond <federicobond@gmail.com> # Copyright (c) 2020 Athos Ribeiro <athoscr@fedoraproject.org> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Tiago Honorato <tiagohonorato1@gmail.com> # Copyright (c) 2021 tiagohonorato <61059243+tiagohonorato@users.noreply.github.com> # Copyright (c) 2021 David Gilman <davidgilman1@gmail.com> diff --git a/tests/checkers/unittest_similar.py b/tests/checkers/unittest_similar.py index 3623f4f43..d9152d91b 100644 --- a/tests/checkers/unittest_similar.py +++ b/tests/checkers/unittest_similar.py @@ -12,6 +12,7 @@ # Copyright (c) 2020 Frank Harrison <frank@doublethefish.com> # Copyright (c) 2020 Eli Fine <ejfine@gmail.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Aditya Gupta <adityagupta1089@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/tests/checkers/unittest_spelling.py b/tests/checkers/unittest_spelling.py index 2d4f5f40a..a1ed80337 100644 --- a/tests/checkers/unittest_spelling.py +++ b/tests/checkers/unittest_spelling.py @@ -10,6 +10,7 @@ # Copyright (c) 2019 agutole <toldo_carp@hotmail.com> # Copyright (c) 2020 Ganden Schaffner <gschaffner@pm.me> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Eli Fine <ejfine@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/tests/checkers/unittest_stdlib.py b/tests/checkers/unittest_stdlib.py index ef02fdfe0..66af27072 100644 --- a/tests/checkers/unittest_stdlib.py +++ b/tests/checkers/unittest_stdlib.py @@ -5,6 +5,7 @@ # Copyright (c) 2019-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.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 diff --git a/tests/checkers/unittest_typecheck.py b/tests/checkers/unittest_typecheck.py index 772a1d59d..96f1a0be6 100644 --- a/tests/checkers/unittest_typecheck.py +++ b/tests/checkers/unittest_typecheck.py @@ -17,6 +17,7 @@ # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 David Gilman <davidgilman1@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/tests/checkers/unittest_utils.py b/tests/checkers/unittest_utils.py index 87a9ea703..5703d4e29 100644 --- a/tests/checkers/unittest_utils.py +++ b/tests/checkers/unittest_utils.py @@ -11,6 +11,7 @@ # Copyright (c) 2019 Nathan Marrow <nmarrow@google.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> +# 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 diff --git a/tests/checkers/unittest_variables.py b/tests/checkers/unittest_variables.py index a3deb4b53..32e4eca49 100644 --- a/tests/checkers/unittest_variables.py +++ b/tests/checkers/unittest_variables.py @@ -13,8 +13,8 @@ # 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> +# Copyright (c) 2021 Sergei Lebedev <185856+superbobry@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 |