diff options
author | haasea <44787650+haasea@users.noreply.github.com> | 2021-04-18 10:51:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 16:51:42 +0200 |
commit | b2f0d495bb75f8c7edde474c096f60c3533ec650 (patch) | |
tree | 3fe700ab6d882c40b1d8bd1632ec3b6e0a65f940 /CONTRIBUTORS.txt | |
parent | bafb1497b0b46d6e7d9db5c3716c8638e3686944 (diff) | |
download | pylint-git-b2f0d495bb75f8c7edde474c096f60c3533ec650.tar.gz |
resolved false positive on unused variables in decorator functions (#4373)
* resolved false positive on unused variables in decorator functions and added corresponding test cases
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r-- | CONTRIBUTORS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 0252731b5..62bcc2004 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -469,6 +469,8 @@ contributors: * Andreas Finkler: contributor +* Aidan Haase, Elizabeth Bott: contributor + * Sebastian Müller: contributor * Ramiro Leal-Cavazos (ramiro050): Fixed bug preventing pylint from working with emacs tramp |