summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorHuw Jones <huw@huwcbjones.co.uk>2022-05-04 22:52:52 +0100
committerGitHub <noreply@github.com>2022-05-04 23:52:52 +0200
commit1c87f3f0781e1eda638432da2fd80d3510e52ffe (patch)
treec94341acaefb32b47cc4278d71f3caf6d8e8e7ed /CONTRIBUTORS.txt
parent192da678b257e7b4dd458af9c818c8b409a10579 (diff)
downloadpylint-git-1c87f3f0781e1eda638432da2fd80d3510e52ffe.tar.gz
Enum: Add support for self-defined members (#5847)
Add _enum_has_attribute to typechecker to parse AST and find attribute assignments in __new__.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 26df78598..81f97daf5 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -439,6 +439,7 @@ contributors:
- Jacques Kvam <jwkvam@gmail.com>
- Jace Browning <jacebrowning@gmail.com>: updated default report format with clickable paths
- JT Olds <jtolds@xnet5.com>
+- Huw Jones <huw@huwcbjones.co.uk> (huwcbjones)
- Hayden Richards <62866982+SupImDos@users.noreply.github.com> (SupImDos)
* Fixed "no-self-use" for async methods
* Fixed "docparams" extension for async functions and methods