From 1c87f3f0781e1eda638432da2fd80d3510e52ffe Mon Sep 17 00:00:00 2001 From: Huw Jones Date: Wed, 4 May 2022 22:52:52 +0100 Subject: Enum: Add support for self-defined members (#5847) Add _enum_has_attribute to typechecker to parse AST and find attribute assignments in __new__. --- CONTRIBUTORS.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS.txt') 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 - Jace Browning : updated default report format with clickable paths - JT Olds +- Huw Jones (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 -- cgit v1.2.1