XylotrechusZ
# This file is autocompleted by 'contributors-txt',
# using the configuration in 'script/.contributors_aliases.json'.
# Do not add new persons manually and only add information without
# using '-' as the line first character.
# Please verify that your change are stable if you modify manually.
Ex-maintainers
--------------
- Claudiu Popa <[email protected]>
- Sylvain Thénault <[email protected]> : main author / maintainer
- Torsten Marek <[email protected]>
Maintainers
-----------
- Pierre Sassoulas <[email protected]>
- Daniël van Noord <[email protected]>
- Marc Mueller <[email protected]>
- Jacob Walls <[email protected]>
- Hippo91 <[email protected]>
- Mark Byrne <[email protected]>
- Andreas Finkler <[email protected]>
- Matus Valo <[email protected]>
- Dani Alcala <[email protected]>
- Łukasz Rogalski <[email protected]>
- Ashley Whetter <[email protected]>
- Bryce Guinta <[email protected]>
- Yu Shao, Pang <[email protected]>
- Nick Drozd <[email protected]>: performance improvements to astroid
- Dimitri Prybysh <[email protected]>
* multiple-imports, not-iterable, not-a-mapping, various patches.
- Roy Williams <[email protected]> (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,
various patches.
- Florian Bruhin <[email protected]>
- Arianna Yang <[email protected]>
Contributors
------------
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:
- Emile Anclin <[email protected]> (Logilab): python 3 support
- Michal Nowikowski <[email protected]>:
* wrong-spelling-in-comment
* wrong-spelling-in-docstring
* parallel execution on multiple CPUs
- Julthep Nandakwang <[email protected]>
- Bruno Daniel <[email protected]>: check_docs extension.
- Sushobhit <[email protected]> (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'.
- Brett Cannon <[email protected]>:
* Port source code to be Python 2/3 compatible
* Python 3 checker
- Laura Médioni <[email protected]> (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
- Harutaka Kawamura <[email protected]>
- Alexandre Fayolle <[email protected]> (Logilab): TkInter gui, documentation, debian support
- Ville Skyttä <[email protected]>
- Julien Cristau <[email protected]> (Logilab): python 3 support
- Adrien Di Mascio <[email protected]>
- Moisés López <[email protected]> (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
* Add bad-docstring-quotes and docstring-first-line-empty
* Add missing-timeout
- Frank Harrison <[email protected]> (doublethefish)
- Pierre-Yves David <[email protected]>
- David Shea <[email protected]>: invalid sequence and slice index
- Gunung P. Wibisono <[email protected]>
- Derek Gustafson <[email protected]>
- Cezar Elnazli <[email protected]>: deprecated-method
- Joseph Young <[email protected]> (jpy-git)
- Tim Martin <[email protected]>
- Ollie <[email protected]>
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
- Nicolas Chauvat <[email protected]>
- orSolocate <[email protected]>
- Radu Ciorba <[email protected]>: not-context-manager and confusing-with-statement warnings.
- Holger Peters <[email protected]>
- Cosmin Poieană <[email protected]>: unichr-builtin and improvements to bad-open-mode.
- Steven Myint <[email protected]>: duplicate-except.
- Peter Kolbus <[email protected]> (Garmin)
- Luigi Bertaco Cristofolini <[email protected]> (luigibertaco)
- Glenn Matthews <[email protected]>:
* autogenerated documentation for optional extensions,
* bug fixes and enhancements for docparams (née check_docs) extension
- Vlad Temian <[email protected]>: redundant-unittest-assert and the JSON reporter.
- Julien Jehannet <[email protected]>
- Boris Feld <[email protected]>
- Anthony Sottile <[email protected]>
- Pedro Algarvio <[email protected]> (s0undt3ch)
- Julien Palard <[email protected]>
- David Liu <[email protected]> (david-yz-liu)
- Dan Goldsmith <[email protected]>: support for msg-template in HTML reporter.
- Buck Evan <[email protected]>
- Zen Lee <[email protected]>
- Robert Hofer <[email protected]>
- Mariatta Wijaya <[email protected]>
* Added new check `logging-fstring-interpolation`
* Documentation typo fixes
- Jakub Wilk <[email protected]>
- Eli Fine <[email protected]> (eli88fine): Fixed false positive duplicate code warning for lines with symbols only
- Andrew Haigh <[email protected]> (nelfin)
- Émile Crater <[email protected]>
- Yilei "Dolee" Yang <[email protected]>
- Pavel Roskin <[email protected]>
- David Gilman <[email protected]>
- へーさん <[email protected]>
- Thomas Hisch <[email protected]>
- Marianna Polatoglou <[email protected]>: minor contribution for wildcard import check
- Manuel Vázquez Acosta <[email protected]>
- Luis Escobar <[email protected]> (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty
- Konstantina Saketou <[email protected]>
- Konstantin <[email protected]>
- Jim Robertson <[email protected]>
- Hugo van Kemenade <[email protected]>
- Ethan Leba <[email protected]>
- Enji Cooper <[email protected]>
- Drum Ogilvie <[email protected]>
- David Lindquist <[email protected]>: logging-format-interpolation warning.
- Daniel Harding <[email protected]>
- Anthony Truchet <[email protected]>
- Alexander Todorov <[email protected]>:
* 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
- Téo Bouvard <[email protected]>
- Mihai Balint <[email protected]>
- Mark Bell <[email protected]>
- Levi Gruspe <[email protected]>
- Jakub Kuczys <[email protected]>
- Hornwitser <[email protected]>: fix import graph
- Fureigh <[email protected]>
- David Douard <[email protected]>
- Daniel Balparda <[email protected]> (Google): GPyLint maintainer (Google's pylint variant)
- Bastien Vallet <[email protected]> (Djailla)
- Aru Sahni <[email protected]>: Git ignoring, regex-based ignores
- Andreas Freimuth <[email protected]>: fix indentation checking with tabs
- Alexandru Coman <[email protected]>
- jpkotta <[email protected]>
- Takahide Nojima <[email protected]>
- Taewon D. Kim <[email protected]>
- Stavros Ntentos <[email protected]>
- Sneaky Pete <[email protected]>
- Sergey B Kirpichev <[email protected]>
- Sandro Tosi <[email protected]>: Debian packaging
- Rene Zhang <[email protected]>
- Paul Lichtenberger <[email protected]>
- Or Bahari <[email protected]>
- Mr. Senko <[email protected]>
- Mike Frysinger <[email protected]>
- Martin von Gagern <[email protected]> (Google): Added 'raising-format-tuple' warning.
- Martin Vielsmaier <[email protected]>
- Martin Pool <[email protected]> (Google):
* warnings for anomalous backslashes
* symbolic names for messages (like 'unused')
* etc.
- Martin Bašti <[email protected]>
* Added new check for shallow copy of os.environ
* Added new check for useless `with threading.Lock():` statement
- Marcus Näslund <[email protected]> (naslundx)
- Marco Pernigotti <[email protected]>
- Marco Forte <[email protected]>
- James Addison <[email protected]>
- Ionel Maries Cristian <[email protected]>
- Gergely Kalmár <[email protected]>
- Damien Baty <[email protected]>
- Benjamin Drung <[email protected]>: contributing Debian Developer
- Anubhav <[email protected]>
- Antonio Quarta <[email protected]>
- Andrew J. Simmons <[email protected]>
- Alexey Pelykh <[email protected]>
- wtracy <[email protected]>
- jessebrennan <[email protected]>
- chohner <[email protected]>
- Tiago Honorato <[email protected]>
- Steven M. Vascellaro <[email protected]>
- Rogdham <[email protected]>
- Robin Tweedie <[email protected]>
- Roberto Leinardi <[email protected]>: PyCharm plugin maintainer
- Ricardo Gemignani <[email protected]>
- Pieter Engelbrecht <[email protected]>
- Philipp Albrecht <[email protected]> (pylbrecht)
- Nicolas Dickreuter <[email protected]>
- Nick Bastin <[email protected]>
- Nathaniel Manista <[email protected]>: suspicious lambda checking
- Maksym Humetskyi <[email protected]> (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
- Lucas Cimon <[email protected]>
- Kylian <[email protected]>
- Konstantin Manna <[email protected]>
- Kai Mueller <[email protected]>
- Joshua Cannon <[email protected]>
- John Leach <[email protected]>
- James Morgensen <[email protected]>: ignored-modules option applies to import errors.
- Jaehoon Hwang <[email protected]> (jaehoonhwang)
- Huw Jones <[email protected]>
- Gideon <[email protected]>
- Ganden Schaffner <[email protected]>
- Frost Ming <[email protected]>
- Federico Bond <[email protected]>
- Erik Wright <[email protected]>
- Erik Eriksson <[email protected]>: Added overlapping-except error check.
- Dan Hemberger <[email protected]>
- Chris Rebert <[email protected]>: unidiomatic-typecheck.
- Aurelien Campeas <[email protected]>
- Alexander Pervakov <[email protected]>
- Alain Leufroy <[email protected]>
- Adam Williamson <[email protected]>
- xmo-odoo <[email protected]>
- tbennett0 <[email protected]>
- omarandlorraine <[email protected]>
- craig-sh <[email protected]>
- bernie gray <[email protected]>
- Wes Turner <[email protected]> (Google): added new check 'inconsistent-quotes'
- Tyler Thieding <[email protected]>
- Tobias Hernstig <[email protected]>
- Thomas Grainger <[email protected]>
- Smixi <[email protected]>
- Simu Toni <[email protected]>
- Sergei Lebedev <[email protected]>
- Scott Worley <[email protected]>
- Saugat Pachhai <[email protected]>
- Rémi Cardona <[email protected]>
- Raphael Gaschignard <[email protected]>
- Ram Rachum <[email protected]> (cool-RR)
- Radostin Stoyanov <[email protected]>
- Peter Bittner <[email protected]>
- Paul Renvoisé <[email protected]>
- PHeanEX <[email protected]>
- Omega Weapon <[email protected]>
- Nikolai Kristiansen <[email protected]>
- Nick Pesce <[email protected]>
- Nathan Marrow <[email protected]>
- Mikhail Fesenko <[email protected]>
- Matthew Suozzo <[email protected]>
- Matthew Beckers <[email protected]> (mattlbeck)
- Mark Roman Miller <[email protected]>: fix inline defs in too-many-statements
- MalanB <[email protected]>
- Mads Kiilerich <[email protected]>
- Maarten ter Huurne <[email protected]>
- Lefteris Karapetsas <[email protected]>
- LCD 47 <[email protected]>
- Justin Li <[email protected]>
- John Kirkham <[email protected]>
- Jens H. Nielsen <[email protected]>
- Ioana Tagirta <[email protected]>: fix bad thread instantiation check
- Ikraduya Edian <[email protected]>: Added new checks 'consider-using-generator' and 'use-a-generator'.
- Hugues Bruant <[email protected]>
- Harut <[email protected]>
- Grygorii Iermolenko <[email protected]>
- Grizzly Nyo <[email protected]>
- Gabriel R. Sezefredo <[email protected]>: Fixed "exception-escape" false positive with generators
- Filipe Brandenburger <[email protected]>
- Fantix King <[email protected]> (UChicago)
- Eric McDonald <[email protected]>
- Elias Dorneles <[email protected]>: minor adjust to config defaults and docs
- Derek Harland <[email protected]>
- David Pursehouse <[email protected]>
- Dave Bunten <[email protected]>
- Daniel Mouritzen <[email protected]>
- Daniel Miller <[email protected]>
- Christoph Blessing <[email protected]>
- Chris Murray <[email protected]>
- Chris Lamb <[email protected]>
- Charles Hebert <[email protected]>
- Carli Freudenberg <[email protected]> (CarliJoy)
* Fixed issue 5281, added Unicode checker
* Improve non-ascii-name checker
- Bruce Dawson <[email protected]>
- Brian Shaginaw <[email protected]>: prevent error on exception check for functions
- Benny Mueller <[email protected]>
- Ben James <[email protected]>
- Ben Green <[email protected]>
- Batuhan Taskaya <[email protected]>
- Alvaro Frias <[email protected]>
- Alexander Kapshuna <[email protected]>
- Adam Parkin <[email protected]>
- 谭九鼎 <[email protected]>
- Łukasz Sznuk <[email protected]>
- y2kbugger <[email protected]>
- vinnyrose <[email protected]>
- ttenhoeve-aa <[email protected]>
- thinwybk <[email protected]>
- syutbai <[email protected]>
- sur.la.route <[email protected]>
- sdet_liang <[email protected]>
- paschich <[email protected]>
- oittaa <[email protected]>
- nyabkun <[email protected]>
- moxian <[email protected]>
- mar-chi-pan <[email protected]>
- lrjball <[email protected]>
- laike9m <[email protected]>
- kriek <[email protected]>
- jaydesl <[email protected]>
- jab <[email protected]>
- glmdgrielson <[email protected]>
- glegoux <[email protected]>
- gaurikholkar <[email protected]>
- flyingbot91 <[email protected]>
- fly <[email protected]>
- fahhem <fahhem>
- fadedDexofan <[email protected]>
- epenet <[email protected]>
- danields <[email protected]>
- cosven <[email protected]>
- cordis-dev <[email protected]>
- bluesheeptoken <[email protected]>
- anatoly techtonik <[email protected]>
- agutole <[email protected]>
- Zeckie <[email protected]>
- Zeb Nicholls <[email protected]>
* Made W9011 compatible with 'of' syntax in return types
- Yuval Langer <[email protected]>
- Yury Gribov <[email protected]>
- Yuri Bochkarev <[email protected]>: Added epytext support to docparams extension.
- Youngsoo Sung <[email protected]>
- Yory <[email protected]>
- Yoichi Nakayama <[email protected]>
- Yeting Li <[email protected]> (yetingli)
- Yannack <[email protected]>
- Yann Dirson <[email protected]>
- Yang Yang <[email protected]>
- Xi Shen <[email protected]>
- Will Shanks <[email protected]>
- Viorel Știrbu <[email protected]>: intern-builtin warning.
- VictorT <[email protected]>
- Victor Jiajunsu <[email protected]>
- Trevor Bekolay <[email protected]>
* Added --list-msgs-enabled command
- Tomer Chachamu <[email protected]>: simplifiable-if-expression
- Tomasz Magulski <[email protected]>
- Tom <[email protected]>
- Tim Hatch <[email protected]>
- Tim Gates <[email protected]>
- Thomas Benhamou <[email protected]>
- Tanvi Moharir <[email protected]>: Fix for invalid toml config
- T.Rzepka <[email protected]>
- Svetoslav Neykov <[email protected]>
- Stéphane Wirtel <[email protected]>: nonlocal-without-binding
- Stephen Longofono <[email protected]>
- Stanislav Levin <[email protected]>
- Sorin Sbarnea <[email protected]>
- Slavfox <[email protected]>
- Skip Montanaro <[email protected]>
- Sigurd Spieckermann <[email protected]>
- Shiv Venkatasubrahmanyam <[email protected]>
- Sebastian Müller <[email protected]>
- Sasha Bagan <[email protected]>
- Sardorbek Imomaliev <[email protected]>
- Santiago Castro <[email protected]>
- Samuel Freilich <[email protected]> (sfreilich)
- Samuel FORESTIER <[email protected]>
- Sam Vermeiren <[email protected]>
- Ryan McGuire <[email protected]>
- Ry4an Brase <[email protected]>
- Ruro <[email protected]>
- Roman Ivanov <[email protected]>
- Robert Schweizer <[email protected]>
- Reverb Chu <[email protected]>
- Renat Galimov <[email protected]>
- Rebecca Turner <[email protected]> (9999years)
- Randall Leeds <[email protected]>
- Ramon Saraiva <[email protected]>
- Ramiro Leal-Cavazos <[email protected]> (ramiro050): Fixed bug preventing pylint from working with Emacs tramp
- R. N. West <[email protected]>
- Qwiddle13 <[email protected]>
- Quentin Young <[email protected]>
- Prajwal Borkar <[email protected]>
- Petr Pulc <[email protected]>: require whitespace around annotations
- Peter Dawyndt <[email protected]>
- Peter Dave Hello <[email protected]>
- Peter Aronoff <[email protected]>
- Paul Cochrane <[email protected]>
- Patrik <[email protected]>
- Pascal Corpet <[email protected]>
- Pablo Galindo Salgado <[email protected]>
* Fix false positive 'Non-iterable value' with async comprehensions.
- Osher De Paz <[email protected]>
- Oisín Moran <[email protected]>
- Obscuron <[email protected]>
- Noam Yorav-Raphael <[email protected]>
- Nir Soffer <[email protected]>
- Niko Wenselowski <[email protected]>
- Nikita Sobolev <[email protected]>
- Nick Smith <[email protected]>
- Ned Batchelder <[email protected]>
- Natalie Serebryakova <[email protected]>
- Moody <[email protected]>
- Mitchell Young <[email protected]>: minor adjustment to docparams
- Mitar <[email protected]>
- Mike Fiedler <[email protected]> (miketheman)
- Mike Bryant <[email protected]>
- Michka Popoff <[email protected]>
- Michal Vasilek <[email protected]>
- Michael Scott Cuthbert <[email protected]>
- Michael Kefeder <[email protected]>
- Michael Hudson-Doyle <[email protected]>
- Michael Giuffrida <[email protected]>
- Melvin Hazeleger <[email protected]>
- Matěj Grabovský <[email protected]>
- Matthijs Blom <[email protected]>
- Matej Marušák <[email protected]>
- Markus Siebenhaar <[email protected]>
- Marco Edward Gorelli <[email protected]>: Documented Jupyter integration
- Marcin Kurczewski <[email protected]> (rr-)
- Maik Röder <[email protected]>
- Lumír 'Frenzy' Balhar <[email protected]>
- Ludovic Aubry <[email protected]>
- Louis Sautier <[email protected]>
- Lorena Buciu <[email protected]>
- Logan Miller <[email protected]>
- Kári Tristan Helgason <[email protected]>
- Kurian Benoy <[email protected]>
- Krzysztof Czapla <[email protected]>
- Kraig Brockschmidt <[email protected]>
- Kound <[email protected]>
- KotlinIsland <[email protected]>
- Kosarchuk Sergey <[email protected]>
- Konrad Weihmann <[email protected]>
- Kian Meng, Ang <[email protected]>
- Kevin Phillips <[email protected]>
- Kevin Jing Qiu <[email protected]>
- Kayran Schmidt <[email protected]>
- Karthik Nadig <[email protected]>
- Jürgen Hermann <[email protected]>
- Jérome Perrin <[email protected]>
- Josselin Feist <[email protected]>
- Jonathan Kotta <[email protected]>
- John Paraskevopoulos <[email protected]>: add 'differing-param-doc' and 'differing-type-doc'
- John McGehee <[email protected]>
- John Gabriele <[email protected]>
- John Belmonte <[email protected]>
- Joffrey Mander <[email protected]>
- Jochen Preusche <[email protected]>
- Jeroen Seegers <[email protected]>:
* Fixed `toml` dependency issue
- Jeremy Fleischman <[email protected]>
- Jason Owen <[email protected]>
- Jared Garst <[email protected]>
- Jared Deckard <[email protected]>
- Janne Rönkkö <[email protected]>
- James Sinclair <[email protected]>
- James M. Allen <[email protected]>
- James Lingard <[email protected]>
- James Broadhead <[email protected]>
- Jakub Kulík <[email protected]>
- Jakob Normark <[email protected]>
- Jake Lishman <[email protected]>
- Jacques Kvam <[email protected]>
- Jace Browning <[email protected]>: updated default report format with clickable paths
- JT Olds <[email protected]>
- Hayden Richards <[email protected]>
* Fixed "no-self-use" for async methods
* Fixed "docparams" extension for async functions and methods
- Harshil <[email protected]>
- Harry <[email protected]>
- Grégoire <[email protected]>
- Grant Welch <[email protected]>
- Giuseppe Valente <[email protected]>
- Gary Tyler McLeod <[email protected]>
- Felix von Drigalski <[email protected]>
- Fabrice Douchant <[email protected]>
- Fabio Natali <[email protected]>
- Fabian Damken <[email protected]>
- Eric Froemling <[email protected]>
- Emmanuel Chaudron <[email protected]>
- Elizabeth Bott <[email protected]>
- Eisuke Kawashima <[email protected]>
- Edward K. Ream <[email protected]>
- Edgemaster <[email protected]>
- Eddie Darling <[email protected]>
- Drew Risinger <[email protected]>
- Dr. Nick <[email protected]>
- Don Jayamanne <[email protected]>
- Dmytro Kyrychuk <[email protected]>
- DetachHead <[email protected]>
- Denis Laxalde <[email protected]>
- David Lawson <[email protected]>
- David Cain <[email protected]>
- Danny Hermes <[email protected]>
- Daniele Procida <[email protected]>
- Daniela Plascencia <[email protected]>
- Daniel Werner <[email protected]>
- Daniel R. Neal <[email protected]> (danrneal)
- Daniel Draper <[email protected]>
- Daniel Dorani <[email protected]> (doranid)
- Daniel Brookman <[email protected]>
- Dan Garrette <[email protected]>
- Damien Nozay <[email protected]>
- Cubicpath <[email protected]>
- Craig Citro <[email protected]>
- Cosmo <[email protected]>
- Clément Pit-Claudel <[email protected]>
- Christopher Zurcher <[email protected]>
- Christian Clauss <[email protected]>
- Carl Crowder <[email protected]>: don't evaluate the value of arguments for 'dangerous-default-value'
- Carey Metcalfe <[email protected]>: demoted `try-except-raise` from error to warning
- Cameron Olechowski <[email protected]>
- Calin Don <[email protected]>
- Caio Carrara <[email protected]>
- C.A.M. Gerlach <[email protected]>
- Bruno P. Kinoshita <[email protected]>
- Brice Chardin <[email protected]>
- Brian C. Lane <[email protected]>
- Brandon W Maister <[email protected]>
- BioGeek <[email protected]>
- Benjamin Graham <[email protected]>
- Benedikt Morbach <[email protected]>
- Ben Greiner <[email protected]>
- Banjamin Freeman <[email protected]>
- Athos Ribeiro <[email protected]>: Fixed dict-keys-not-iterating false positive for inverse containment checks
- Arun Persaud <[email protected]>
- Arthur Lutz <[email protected]>
- Antonio Ossa <[email protected]>
- Anthony VEREZ <[email protected]>
- Anthony Tan <[email protected]>
- Anthony Foglia <[email protected]> (Google): Added simple string slots check.
- Anentropic <[email protected]>
- Andy Young <[email protected]>
- Andy Palmer <[email protected]>
- Andrzej Klajnert <[email protected]>
- Andrew Howe <[email protected]>
- Andres Perez Hortal <[email protected]>
- Andre Hora <[email protected]>
- Alok Singh <[email protected]>
- Allan Chandler <[email protected]> (allanc65)
* Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params
- Alex Jurkiewicz <[email protected]>
- Alex Hearn <[email protected]>
- Alan Evangelista <[email protected]>
- Alan Chan <[email protected]>
- Aivar Annamaa <[email protected]>
- Aidan Haase <[email protected]>
- Ahirnish Pareek <[email protected]>: 'keyword-arg-before-var-arg' check
- Adrian Chirieac <[email protected]>
- Aditya Gupta <[email protected]> (adityagupta1089)
* Added ignore_signatures to duplicate checker
- Adam Dangoor <[email protected]>
- 243f6a88 85a308d3 <[email protected]>
Co-Author
---------
The following persons were credited manually but did not commit themselves
under this name, or we did not manage to find their commits in the history.
- Agustin Toledo
- Amaury Forgeot d'Arc: check names imported from a module exists in the module
- Anthony Tan
- Axel Muller
- Benjamin Niemann: allow block level enabling/disabling of messages
- Bernard Nauwelaerts
- Bill Wendling
- Brian van den Broek: windows installation documentation
- Craig Henriques
- D. Alphus (Alphadelta14)
- Daniil Kharkov
- Eero Vuojolahti
- Fabio Zadrozny
- Gauthier Sebaux
- James DesLauriers
- manderj
- Mirko Friedenhagen
- Nicholas Smith
- Nuzula H. Yudaka (Nuzhuka)
- Pek Chhan
- Peter Hammond
- Pierre Rouleau
- Richard Goodman: simplifiable-if-expression (with Tomer Chachamu)
- Sebastian Ulrich
- Takashi Hirashima
- Thomas Snowden: fix missing-docstring for inner functions
- Wolfgang Grafen
- Yannick Brehon