diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 21:26:46 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 21:42:23 +0200 |
commit | 7dece5b2302f446d7d63829a34b1253ae6e32e6b (patch) | |
tree | c3fa74dab5ba71cc5e2382da7bff284c423cddc5 /pylint/checkers/variables.py | |
parent | bcfb46d169457f82a79575b547171ef05c2673a9 (diff) | |
download | pylint-git-pylint-2.8.0.tar.gz |
Prepare for 2.8.0 releasepylint-2.8.0
Diffstat (limited to 'pylint/checkers/variables.py')
-rw-r--r-- | pylint/checkers/variables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/variables.py b/pylint/checkers/variables.py index c611ae2f0..de5075af7 100644 --- a/pylint/checkers/variables.py +++ b/pylint/checkers/variables.py @@ -39,6 +39,7 @@ # Copyright (c) 2020 Andrew Simmons <a.simmons@deakin.edu.au> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2020 Ashley Whetter <ashleyw@activestate.com> +# Copyright (c) 2021 haasea <44787650+haasea@users.noreply.github.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Alexander Kapshuna <kapsh@kap.sh> |