summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-13 09:52:31 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-13 11:01:15 +0100
commit8a0b23d9d59b968cbe9fee623d038d18577ade44 (patch)
treeadbbf2c93e99aaf06df6dc52cba518b63c368c74 /CONTRIBUTORS.txt
parent3d6bab0b8e01f7a2492943145a961a25b84203e2 (diff)
downloadpylint-git-8a0b23d9d59b968cbe9fee623d038d18577ade44.tar.gz
Uniformize formatting in CONTRIBUTORS.txt
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt606
1 files changed, 307 insertions, 299 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 06be0fa3c..2ae314918 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -10,15 +10,15 @@ Maintainers
- Bryce Guinta <bryce.paul.guinta@gmail.com>
- Jacob Walls <jacobtylerwalls@gmail.com>
- Dimitri Prybysh <dmand@yandex.ru>
- - multiple-imports, not-iterable, not-a-mapping, various patches.
+ * multiple-imports, not-iterable, not-a-mapping, various patches.
- Roy Williams <roy.williams.iii@gmail.com> (Lyft)
- - added check for implementing __eq__ without implementing __hash__,
- - Added Python 3 check for accessing Exception.message.
- - Added Python 3 check for calling encode/decode with invalid codecs.
- - Added Python 3 check for accessing sys.maxint.
- - Added Python 3 check for bad import statements.
- - Added Python 3 check for accessing deprecated methods on the 'string' module,
+ * added check for implementing __eq__ without implementing __hash__,
+ * Added Python 3 check for accessing Exception.message.
+ * Added Python 3 check for calling encode/decode with invalid codecs.
+ * Added Python 3 check for accessing sys.maxint.
+ * Added Python 3 check for bad import statements.
+ * Added Python 3 check for accessing deprecated methods on the 'string' module,
various patches.
- Florian Bruhin <me@the-compiler.org>
@@ -38,553 +38,561 @@ We would not be here without folks that contributed patches, pull requests,
issues and their time to pylint. We're incredibly grateful to all of these
contributors:
-* Daniel Balparda (Google): GPyLint maintainer (Google's pylint variant),
+- Daniel Balparda (Google): GPyLint maintainer (Google's pylint variant),
various patches
-* Martin Pool (Google): warnings for anomalous backslashes, symbolic names for
+- Martin Pool (Google): warnings for anomalous backslashes, symbolic names for
messages (like 'unused'), etc
-* Alexandre Fayolle (Logilab): TkInter gui, documentation, debian support
+- Alexandre Fayolle (Logilab): TkInter gui, documentation, debian support
-* Julien Cristau, Emile Anclin (Logilab): python 3 support
+- Julien Cristau, Emile Anclin (Logilab): python 3 support
-* Sandro Tosi: Debian packaging
+- Sandro Tosi: Debian packaging
-* Mads Kiilerich, Boris Feld, Bill Wendling, Sebastian Ulrich:
+- Mads Kiilerich, Boris Feld, Bill Wendling, Sebastian Ulrich:
various patches
-* Brian van den Broek: windows installation documentation
+- Brian van den Broek: windows installation documentation
-* Amaury Forgeot d'Arc: check names imported from a module exists in the module
+- Amaury Forgeot d'Arc: check names imported from a module exists in the module
-* Benjamin Niemann: allow block level enabling/disabling of messages
+- Benjamin Niemann: allow block level enabling/disabling of messages
-* Nathaniel Manista: suspicious lambda checking
+- Nathaniel Manista: suspicious lambda checking
-* David Shea: invalid sequence and slice index
+- David Shea: invalid sequence and slice index
-* Carl Crowder: don't evaluate the value of arguments for 'dangerous-default-value'
+- Carl Crowder: don't evaluate the value of arguments for 'dangerous-default-value'
-* Michal Nowikowski: wrong-spelling-in-comment, wrong-spelling-in-docstring,
+- Michal Nowikowski: wrong-spelling-in-comment, wrong-spelling-in-docstring,
parallel execution on multiple CPUs and other patches.
-* David Lindquist: logging-format-interpolation warning.
+- David Lindquist: logging-format-interpolation warning.
-* Brett Cannon: Port source code to be Python 2/3 compatible, Python 3
+- Brett Cannon: Port source code to be Python 2/3 compatible, Python 3
checker.
-* Vlad Temian: redundant-unittest-assert and the JSON reporter.
+- Vlad Temian: redundant-unittest-assert and the JSON reporter.
-* Cosmin Poieană: unichr-builtin and improvements to bad-open-mode.
+- Cosmin Poieană: unichr-builtin and improvements to bad-open-mode.
-* Viorel Știrbu: intern-builtin warning.
+- Viorel Știrbu: intern-builtin warning.
-* Dan Goldsmith: support for msg-template in HTML reporter.
+- Dan Goldsmith: support for msg-template in HTML reporter.
-* Chris Rebert: unidiomatic-typecheck.
+- Chris Rebert: unidiomatic-typecheck.
-* Steven Myint: duplicate-except.
+- Steven Myint: duplicate-except.
-* Radu Ciorba: not-context-manager and confusing-with-statement warnings.
+- Radu Ciorba: not-context-manager and confusing-with-statement warnings.
-* Bruno Daniel: check_docs extension.
+- Bruno Daniel: check_docs extension.
-* James Morgensen: ignored-modules option applies to import errors.
+- James Morgensen: ignored-modules option applies to import errors.
-* Cezar Elnazli: deprecated-method
+- Cezar Elnazli: deprecated-method
-* Stéphane Wirtel: nonlocal-without-binding
+- Stéphane Wirtel: nonlocal-without-binding
-* Laura Medioni (Logilab, on behalf of the CNES): misplaced-comparison-constant,
- no-classmethod-decorator, no-staticmethod-decorator, too-many-nested-blocks,
- too-many-boolean-expressions, unneeded-not, wrong-import-order, ungrouped-imports,
- wrong-import-position, redefined-variable-type
+- Laura Medioni (Logilab, on behalf of the CNES):
+ * misplaced-comparison-constant
+ * no-classmethod-decorator
+ * no-staticmethod-decorator
+ * too-many-nested-blocks,
+ * too-many-boolean-expressions
+ * unneeded-not
+ * wrong-import-order
+ * ungrouped-imports,
+ * wrong-import-position
+ * redefined-variable-type
-* Aru Sahni: Git ignoring, regex-based ignores
+- Aru Sahni: Git ignoring, regex-based ignores
-* Mike Frysinger
+- Mike Frysinger
-* Moisés López (Vauxoo): Support for deprecated-modules in modules not installed,
- Refactor wrong-import-order to integrate it with `isort` library
- Add check too-complex with mccabe for cyclomatic complexity
- Refactor wrong-import-position to skip try-import and nested cases
- Add consider-merging-isinstance, superfluous-else-return
- Fix consider-using-ternary for 'True and True and True or True' case
+- Moisés López (Vauxoo):
+ * Support for deprecated-modules in modules not installed,
+ * Refactor wrong-import-order to integrate it with `isort` library
+ * Add check too-complex with mccabe for cyclomatic complexity
+ * Refactor wrong-import-position to skip try-import and nested cases
+ * Add consider-merging-isinstance, superfluous-else-return
+ * Fix consider-using-ternary for 'True and True and True or True' case
-* Luis Escobar (Vauxoo), Moisés López (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty
+- Luis Escobar (Vauxoo), Moisés López (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty
-* Yannick Brehon
+- Yannick Brehon
-* Glenn Matthews: autogenerated documentation for optional extensions,
+- Glenn Matthews: autogenerated documentation for optional extensions,
bug fixes and enhancements for docparams (née check_docs) extension
-* Elias Dorneles: minor adjust to config defaults and docs
+- Elias Dorneles: minor adjust to config defaults and docs
-* Yuri Bochkarev: Added epytext support to docparams extension.
+- Yuri Bochkarev: Added epytext support to docparams extension.
-* Alexander Todorov: added new error conditions to 'bad-super-call',
- Added new check for incorrect len(SEQUENCE) usage,
- Added new extension for comparison against empty string constants,
- Added new extension which detects comparing integers to zero,
- Added new useless-return checker,
- Added new try-except-raise checker
+- Alexander Todorov: added new error conditions to 'bad-super-call',
+ * Added new check for incorrect len(SEQUENCE) usage,
+ * Added new extension for comparison against empty string constants,
+ * Added new extension which detects comparing integers to zero,
+ * Added new useless-return checker,
+ * Added new try-except-raise checker
-* Erik Eriksson - Added overlapping-except error check.
+- Erik Eriksson - Added overlapping-except error check.
-* Anthony Foglia (Google): Added simple string slots check.
+- Anthony Foglia (Google): Added simple string slots check.
-* Derek Gustafson
+- Derek Gustafson
-* Petr Pulc: require whitespace around annotations
+- Petr Pulc: require whitespace around annotations
-* John Paraskevopoulos: add 'differing-param-doc' and 'differing-type-doc'
+- John Paraskevopoulos: add 'differing-param-doc' and 'differing-type-doc'
-* Martin von Gagern (Google): Added 'raising-format-tuple' warning.
+- Martin von Gagern (Google): Added 'raising-format-tuple' warning.
-* Ahirnish Pareek, 'keyword-arg-before-var-arg' check
+- Ahirnish Pareek, 'keyword-arg-before-var-arg' check
-* Daniel Miller
+- Daniel Miller
-* Martin Bašti
- Added new check for shallow copy of os.environ
- Added new check for useless `with threading.Lock():` statement
+- Martin Bašti
+ * Added new check for shallow copy of os.environ
+ * Added new check for useless `with threading.Lock():` statement
-* Jacques Kvam
+- Jacques Kvam
-* Brian Shaginaw: prevent error on exception check for functions
+- Brian Shaginaw: prevent error on exception check for functions
-* Ioana Tagirta: fix bad thread instantiation check
+- Ioana Tagirta: fix bad thread instantiation check
-* Reverb Chu
+- Reverb Chu
-* Tobias Hernstig
+- Tobias Hernstig
-* Konstantin Manna
+- Konstantin Manna
-* Andreas Freimuth: fix indentation checking with tabs
+- Andreas Freimuth: fix indentation checking with tabs
-* Renat Galimov
+- Renat Galimov
-* Thomas Snowden: fix missing-docstring for inner functions
+- Thomas Snowden: fix missing-docstring for inner functions
-* Mitchell Young: minor adjustment to docparams
+- Mitchell Young: minor adjustment to docparams
-* Marianna Polatoglou: minor contribution for wildcard import check
+- Marianna Polatoglou: minor contribution for wildcard import check
-* Ben Green
+- Ben Green
-* Benjamin Freeman
+- Benjamin Freeman
-* Fureigh
+- Fureigh
-* Jace Browning: updated default report format with clickable paths
+- Jace Browning: updated default report format with clickable paths
-* Sushobhit (sushobhit27)
- Added new check 'comparison-with-itself'.
- Added new check 'useless-import-alias'.
- Added support of annotations in missing-type-doc and missing-return-type-doc.
- Added new check 'comparison-with-callable'.
- Removed six package dependency.
- Added new check 'chained-comparison'.
- Added new check 'useless-object-inheritance'.
+- Sushobhit (sushobhit27)
+ * Added new check 'comparison-with-itself'.
+ * Added new check 'useless-import-alias'.
+ * Added support of annotations in missing-type-doc and missing-return-type-doc.
+ * Added new check 'comparison-with-callable'.
+ * Removed six package dependency.
+ * Added new check 'chained-comparison'.
+ * Added new check 'useless-object-inheritance'.
-* Mariatta Wijaya
- Added new check `logging-fstring-interpolation`
- Documentation typo fixes
+- Mariatta Wijaya
+ * Added new check `logging-fstring-interpolation`
+ * Documentation typo fixes
-* Jason Owen
+- Jason Owen
-* Mark Roman Miller: fix inline defs in too-many-statements
+- Mark Roman Miller: fix inline defs in too-many-statements
-* Adam Dangoor
+- Adam Dangoor
-* Gary Tyler McLeod
+- Gary Tyler McLeod
-* Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,
+- Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,
Maarten ter Huurne, Mirko Friedenhagen and all the Logilab's team (among others).
-* Matej Marusak
+- Matej Marusak
-* Nick Drozd, performance improvements to astroid
+- Nick Drozd, performance improvements to astroid
-* Kosarchuk Sergey
+- Kosarchuk Sergey
-* Kurian Benoy
+- Kurian Benoy
-* Carey Metcalfe: demoted `try-except-raise` from error to warning
+- Carey Metcalfe: demoted `try-except-raise` from error to warning
-* Marcus Näslund (naslundx)
+- Marcus Näslund (naslundx)
-* Natalie Serebryakova
+- Natalie Serebryakova
-* Caio Carrara
+- Caio Carrara
-* Roberto Leinardi: PyCharm plugin maintainer
+- Roberto Leinardi: PyCharm plugin maintainer
-* Aivar Annamaa
+- Aivar Annamaa
-* Hornwitser: fix import graph
+- Hornwitser: fix import graph
-* Yuri Gribov
+- Yuri Gribov
-* Drew Risinger
+- Drew Risinger
-* Ben James
+- Ben James
-* Tomer Chachamu, Richard Goodman: simplifiable-if-expression
+- Tomer Chachamu, Richard Goodman: simplifiable-if-expression
-* Alan Chan
+- Alan Chan
-* Benjamin Drung: contributing Debian Developer
+- Benjamin Drung: contributing Debian Developer
-* Scott Worley
+- Scott Worley
-* Michael Hudson-Doyle
+- Michael Hudson-Doyle
-* Lucas Cimon
+- Lucas Cimon
-* Mike Miller
+- Mike Miller
-* Sergei Lebedev
+- Sergei Lebedev
-* Sasha Bagan
+- Sasha Bagan
-* Pablo Galindo Salgado
- Fix false positive 'Non-iterable value' with async comprehensions.
+- Pablo Galindo Salgado
+ * Fix false positive 'Non-iterable value' with async comprehensions.
-* Matus Valo
+- Matus Valo
-* Sardorbek Imomaliev
+- Sardorbek Imomaliev
-* Justin Li (justinnhli)
+- Justin Li (justinnhli)
-* Nicolas Dickreuter
+- Nicolas Dickreuter
-* Pascal Corpet
+- Pascal Corpet
-* Svetoslav Neykov
+- Svetoslav Neykov
-* Federico Bond
+- Federico Bond
-* Fantix King (UChicago)
+- Fantix King (UChicago)
-* Yory (yory8)
+- Yory (yory8)
-* Thomas Hisch
+- Thomas Hisch
-* Clément Pit-Claudel
+- Clément Pit-Claudel
-* Goudcode
+- Goudcode
-* Paul Renvoise
+- Paul Renvoise
-* Bluesheeptoken
+- Bluesheeptoken
-* Michael Scott Cuthbert
+- Michael Scott Cuthbert
-* Nathan Marrow
+- Nathan Marrow
-* Taewon Kim
+- Taewon Kim
-* Daniil Kharkov
+- Daniil Kharkov
-* Tyler N. Thieding
+- Tyler N. Thieding
-* Zeb Nicholls
- - Made W9011 compatible with 'of' syntax in return types
+- Zeb Nicholls
+ * Made W9011 compatible with 'of' syntax in return types
-* Martin Vielsmaier
+- Martin Vielsmaier
-* Agustin Toledo
+- Agustin Toledo
-* Nicholas Smith
+- Nicholas Smith
-* Peter Kolbus (Garmin)
+- Peter Kolbus (Garmin)
-* Oisin Moran
+- Oisin Moran
-* Andrzej Klajnert
+- Andrzej Klajnert
-* Andrés Pérez Hortal
+- Andrés Pérez Hortal
-* Niko Wenselowski
+- Niko Wenselowski
-* Danny Hermes
+- Danny Hermes
-* Eric Froemling
+- Eric Froemling
-* Robert Schweizer
+- Robert Schweizer
-* Hugo van Kemenade
+- Hugo van Kemenade
-* Mikhail Fesenko
+- Mikhail Fesenko
-* Trevor Bekolay
- - Added --list-msgs-enabled command
+- Trevor Bekolay
+ * Added --list-msgs-enabled command
-* Rémi Cardona
+- Rémi Cardona
-* Daniel Draper
+- Daniel Draper
-* Gabriel R. Sezefredo
- - Fixed "exception-escape" false positive with generators
+- Gabriel R. Sezefredo
+ * Fixed "exception-escape" false positive with generators
-* laike9m
+- laike9m
-* Janne Rönkkö
+- Janne Rönkkö
-* Hugues Bruant
+- Hugues Bruant
-* Tim Gates
+- Tim Gates
-* Enji Cooper
+- Enji Cooper
-* Bastien Vallet
+- Bastien Vallet
-* Pek Chhan
+- Pek Chhan
-* Craig Henriques
+- Craig Henriques
-* Matthijs Blom
+- Matthijs Blom
-* Andy Palmer
+- Andy Palmer
-* Wes Turner (Google): added new check 'inconsistent-quotes'
+- Wes Turner (Google): added new check 'inconsistent-quotes'
-* Athos Ribeiro
+- Athos Ribeiro
Fixed dict-keys-not-iterating false positive for inverse containment checks
-* Anubhav
+- Anubhav
-* Ben Graham
+- Ben Graham
-* Anthony Tan
+- Anthony Tan
-* Benny Müller
+- Benny Müller
-* Bernie Gray
+- Bernie Gray
-* Slavfox
+- Slavfox
-* Matthew Beckers (mattlbeck)
+- Matthew Beckers (mattlbeck)
-* Yang Yang
+- Yang Yang
-* Andrew J. Simmons (anjsimmo)
+- Andrew J. Simmons (anjsimmo)
-* Damien Baty
+- Damien Baty
-* Daniel R. Neal (danrneal)
+- Daniel R. Neal (danrneal)
-* Jeremy Fleischman (jfly)
+- Jeremy Fleischman (jfly)
-* Shiv Venkatasubrahmanyam
+- Shiv Venkatasubrahmanyam
-* Jochen Preusche (iilei)
+- Jochen Preusche (iilei)
-* Ram Rachum (cool-RR)
+- Ram Rachum (cool-RR)
-* D. Alphus (Alphadelta14)
+- D. Alphus (Alphadelta14)
-* Pieter Engelbrecht
+- Pieter Engelbrecht
-* Ethan Leba
+- Ethan Leba
-* Matěj Grabovský
+- Matěj Grabovský
-* Yeting Li (yetingli)
+- Yeting Li (yetingli)
-* Frost Ming (frostming)
+- Frost Ming (frostming)
-* Luigi Bertaco Cristofolini (luigibertaco)
+- Luigi Bertaco Cristofolini (luigibertaco)
-* Eli Fine (eli88fine): Fixed false positive duplicate code warning for lines with symbols only
+- Eli Fine (eli88fine): Fixed false positive duplicate code warning for lines with symbols only
-* Ganden Schaffner
+- Ganden Schaffner
-* Josselin Feist
+- Josselin Feist
-* David Cain
+- David Cain
-* Pedro Algarvio (s0undt3ch)
+- Pedro Algarvio (s0undt3ch)
-* Luigi Bertaco Cristofolini (luigibertaco)
+- Luigi Bertaco Cristofolini (luigibertaco)
-* Or Bahari
+- Or Bahari
-* Joshua Cannon
+- Joshua Cannon
-* Giuseppe Valente
+- Giuseppe Valente
-* Takashi Hirashima
+- Takashi Hirashima
-* Joffrey Mander
+- Joffrey Mander
-* Julien Palard
+- Julien Palard
-* Raphael Gaschignard
+- Raphael Gaschignard
-* Sorin Sbarnea
+- Sorin Sbarnea
-* Gergely Kalmár
+- Gergely Kalmár
-* Batuhan Taskaya
+- Batuhan Taskaya
-* Frank Harrison (doublethefish)
+- Frank Harrison (doublethefish)
-* Gauthier Sebaux
+- Gauthier Sebaux
-* Logan Miller (komodo472)
+- Logan Miller (komodo472)
-* Matthew Suozzo
+- Matthew Suozzo
-* David Gilman
+- David Gilman
-* Ikraduya Edian
- - Added new checks 'consider-using-generator' and 'use-a-generator'.
+- Ikraduya Edian
+ * Added new checks 'consider-using-generator' and 'use-a-generator'.
-* Tiago Honorato
+- Tiago Honorato
-* Lefteris Karapetsas
+- Lefteris Karapetsas
-* Louis Sautier
+- Louis Sautier
-* Quentin Young
+- Quentin Young
-* Alexander Kapshuna
+- Alexander Kapshuna
-* Mark Byrne
+- Mark Byrne
-* Konstantina Saketou
+- Konstantina Saketou
-* Andrew Howe
+- Andrew Howe
-* James Sinclair (irgeek)
+- James Sinclair (irgeek)
-* Aidan Haase, Elizabeth Bott
+- Aidan Haase, Elizabeth Bott
-* Sebastian Müller
+- Sebastian Müller
-* Ramiro Leal-Cavazos (ramiro050): Fixed bug preventing pylint from working with emacs tramp
+- Ramiro Leal-Cavazos (ramiro050): Fixed bug preventing pylint from working with emacs tramp
-* manderj
+- manderj
-* qwiddle
+- qwiddle
-* das-intensity
+- das-intensity
-* Jiajunsu (victor)
+- Jiajunsu (victor)
-* Andrew Haigh (nelfin)
+- Andrew Haigh (nelfin)
-* Aditya Gupta (adityagupta1089)
- - Added ignore_signatures to duplicate checker
+- Aditya Gupta (adityagupta1089)
+ * Added ignore_signatures to duplicate checker
-* ruro
+- ruro
-* David Liu (david-yz-liu)
+- David Liu (david-yz-liu)
-* Bernard Nauwelaerts
+- Bernard Nauwelaerts
-* Fabian Damken
+- Fabian Damken
-* Markus Siebenhaar
+- Markus Siebenhaar
-* Lorena Buciu (lorena-b)
+- Lorena Buciu (lorena-b)
-* Sergei Lebedev (superbobry)
+- Sergei Lebedev (superbobry)
-* Maksym Humetskyi (mhumetskyi)
- - Fixed ignored empty functions by similarities checker with "ignore-signatures" option enabled
- - Ignore function decorators signatures as well by similarities checker with "ignore-signatures" option enabled
- - Ignore class methods and nested functions signatures as well by similarities checker with "ignore-signatures" option enabled
+- Maksym Humetskyi (mhumetskyi)
+ * Fixed ignored empty functions by similarities checker with "ignore-signatures" option enabled
+ * Ignore function decorators signatures as well by similarities checker with "ignore-signatures" option enabled
+ * Ignore class methods and nested functions signatures as well by similarities checker with "ignore-signatures" option enabled
-* Daniel Dorani (doranid)
+- Daniel Dorani (doranid)
-* Will Shanks
+- Will Shanks
-* Mark Bell
+- Mark Bell
-* Marco Gorelli
- - Documented Jupyter integration
+- Marco Gorelli
+ * Documented Jupyter integration
-* Rebecca Turner (9999years)
+- Rebecca Turner (9999years)
-* Yilei Yang
+- Yilei Yang
-* Marcin Kurczewski (rr-)
+- Marcin Kurczewski (rr-)
-* Tanvi Moharir
- - Fix for invalid toml config
+- Tanvi Moharir
+ * Fix for invalid toml config
-* Eisuke Kawashima (e-kwsm)
+- Eisuke Kawashima (e-kwsm)
-* Michal Vasilek
+- Michal Vasilek
-* Kai Mueller (kasium)
+- Kai Mueller (kasium)
-* Sam Vermeiren (PaaEl)
+- Sam Vermeiren (PaaEl)
-* Phil A. (flying-sheep)
+- Phil A. (flying-sheep)
-* Melvin Hazeleger (melvio)
+- Melvin Hazeleger (melvio)
-* Hayden Richards (SupImDos)
- - Fixed "no-self-use" for async methods
- - Fixed "docparams" extension for async functions and methods
+- Hayden Richards (SupImDos)
+ * Fixed "no-self-use" for async methods
+ * Fixed "docparams" extension for async functions and methods
-* Jeroen Seegers (jeroenseegers)
- - Fixed `toml` dependency issue
+- Jeroen Seegers (jeroenseegers)
+ * Fixed `toml` dependency issue
-* Tim Martin
+- Tim Martin
-* Jaehoon Hwang (jaehoonhwang)
+- Jaehoon Hwang (jaehoonhwang)
-* Samuel Forestier
+- Samuel Forestier
-* Nick Pesce
+- Nick Pesce
-* James DesLauriers
+- James DesLauriers
-* Youngsoo Sung
+- Youngsoo Sung
-* Samuel Freilich (sfreilich)
+- Samuel Freilich (sfreilich)
-* Mike Fiedler (miketheman)
+- Mike Fiedler (miketheman)
-* Takahide Nojima
+- Takahide Nojima
-* Tushar Sadhwani (tusharsadhwani)
+- Tushar Sadhwani (tusharsadhwani)
-* Ikraduya Edian
+- Ikraduya Edian
-* Antonio Quarta (sgheppy)
+- Antonio Quarta (sgheppy)
-* Harshil (harshil21)
+- Harshil (harshil21)
-* Jérome Perrin (perrinjerome)
+- Jérome Perrin (perrinjerome)
-* Felix von Drigalski (felixvd)
+- Felix von Drigalski (felixvd)
-* Jake Lishman (jakelishman)
+- Jake Lishman (jakelishman)
-* Philipp Albrecht (pylbrecht)
+- Philipp Albrecht (pylbrecht)
-* Allan Chandler (allanc65)
- - Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params
+- Allan Chandler (allanc65)
+ * Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params
-* Eero Vuojolahti
+- Eero Vuojolahti
-* Kian-Meng, Ang
+- Kian-Meng, Ang
-* Nuzula H. Yudaka (Nuzhuka)
+- Nuzula H. Yudaka (Nuzhuka)
-* Carli Freudenberg (CarliJoy)
- - Fixed issue 5281, added Unicode checker
- - Improve non-ascii-name checker
+- Carli Freudenberg (CarliJoy)
+ * Fixed issue 5281, added Unicode checker
+ * Improve non-ascii-name checker
-* Daniel Brookman
+- Daniel Brookman
-* Téo Bouvard
+- Téo Bouvard
-* Konrad Weihmann
+- Konrad Weihmann