diff options
author | Huw Jones <huw@huwcbjones.co.uk> | 2022-05-04 22:52:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 23:52:52 +0200 |
commit | 1c87f3f0781e1eda638432da2fd80d3510e52ffe (patch) | |
tree | c94341acaefb32b47cc4278d71f3caf6d8e8e7ed /CONTRIBUTORS.txt | |
parent | 192da678b257e7b4dd458af9c818c8b409a10579 (diff) | |
download | pylint-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.txt | 1 |
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 |