diff options
author | jaydesl <35102795+jaydesl@users.noreply.github.com> | 2021-10-16 09:00:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 10:00:50 +0200 |
commit | 9098c6078551e2d3028fe65537d3b0e407c85724 (patch) | |
tree | ce6faf420cf69a40ed0f7fb858add734764e9167 /CONTRIBUTORS.txt | |
parent | ab775f6f4507a1f0cd9dab0fd027c2f08be06928 (diff) | |
download | pylint-git-9098c6078551e2d3028fe65537d3b0e407c85724.tar.gz |
Consider Enums when checking for duplicate dictionary keys (#5155)
* detect duplicate-key for enum members
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 31c47ac77..bd6183040 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -552,3 +552,5 @@ contributors: * Jaehoon Hwang (jaehoonhwang): contributor * Samuel Forestier: contributor + +* James DesLauriers: contributor |