CONTRIBUTORS.txt 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610
  1. # This file is autocompleted by 'contributors-txt',
  2. # using the configuration in 'script/.contributors_aliases.json'.
  3. # Do not add new persons manually and only add information without
  4. # using '-' as the line first character.
  5. # Please verify that your change are stable if you modify manually.
  6. Ex-maintainers
  7. --------------
  8. - Claudiu Popa <pcmanticore@gmail.com>
  9. - Sylvain Thénault <thenault@gmail.com> : main author / maintainer
  10. - Torsten Marek <shlomme@gmail.com>
  11. Maintainers
  12. -----------
  13. - Pierre Sassoulas <pierre.sassoulas@gmail.com>
  14. - Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
  15. - Marc Mueller <30130371+cdce8p@users.noreply.github.com>
  16. - Jacob Walls <jacobtylerwalls@gmail.com>
  17. - Hippo91 <guillaume.peillex@gmail.com>
  18. - Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
  19. - Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
  20. - Matus Valo <matusvalo@users.noreply.github.com>
  21. - Dani Alcala <112832187+clavedeluna@users.noreply.github.com>
  22. - Łukasz Rogalski <rogalski.91@gmail.com>
  23. - Ashley Whetter <ashley@awhetter.co.uk>
  24. - Bryce Guinta <bryce.paul.guinta@gmail.com>
  25. - Yu Shao, Pang <36848472+yushao2@users.noreply.github.com>
  26. - Nick Drozd <nicholasdrozd@gmail.com>: performance improvements to astroid
  27. - Dimitri Prybysh <dmand@yandex.ru>
  28. * multiple-imports, not-iterable, not-a-mapping, various patches.
  29. - Roy Williams <roy.williams.iii@gmail.com> (Lyft)
  30. * added check for implementing __eq__ without implementing __hash__,
  31. * Added Python 3 check for accessing Exception.message.
  32. * Added Python 3 check for calling encode/decode with invalid codecs.
  33. * Added Python 3 check for accessing sys.maxint.
  34. * Added Python 3 check for bad import statements.
  35. * Added Python 3 check for accessing deprecated methods on the 'string' module,
  36. various patches.
  37. - Florian Bruhin <me@the-compiler.org>
  38. - Arianna Yang <areveny@protonmail.com>
  39. Contributors
  40. ------------
  41. We would not be here without folks that contributed patches, pull requests,
  42. issues and their time to pylint. We're incredibly grateful to all of these
  43. contributors:
  44. - Emile Anclin <emile.anclin@logilab.fr> (Logilab): python 3 support
  45. - Michal Nowikowski <godfryd@gmail.com>:
  46. * wrong-spelling-in-comment
  47. * wrong-spelling-in-docstring
  48. * parallel execution on multiple CPUs
  49. - Julthep Nandakwang <julthep@nandakwang.com>
  50. - Bruno Daniel <bruno.daniel@blue-yonder.com>: check_docs extension.
  51. - Sushobhit <31987769+sushobhit27@users.noreply.github.com> (sushobhit27)
  52. * Added new check 'comparison-with-itself'.
  53. * Added new check 'useless-import-alias'.
  54. * Added support of annotations in missing-type-doc and missing-return-type-doc.
  55. * Added new check 'comparison-with-callable'.
  56. * Removed six package dependency.
  57. * Added new check 'chained-comparison'.
  58. * Added new check 'useless-object-inheritance'.
  59. - Brett Cannon <brett@python.org>:
  60. * Port source code to be Python 2/3 compatible
  61. * Python 3 checker
  62. - Laura Médioni <laura.medioni@logilab.fr> (Logilab, on behalf of the CNES):
  63. * misplaced-comparison-constant
  64. * no-classmethod-decorator
  65. * no-staticmethod-decorator
  66. * too-many-nested-blocks,
  67. * too-many-boolean-expressions
  68. * unneeded-not
  69. * wrong-import-order
  70. * ungrouped-imports,
  71. * wrong-import-position
  72. * redefined-variable-type
  73. - Harutaka Kawamura <hkawamura0130@gmail.com>
  74. - Alexandre Fayolle <alexandre.fayolle@logilab.fr> (Logilab): TkInter gui, documentation, debian support
  75. - Ville Skyttä <ville.skytta@iki.fi>
  76. - Julien Cristau <julien.cristau@logilab.fr> (Logilab): python 3 support
  77. - Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
  78. - Moisés López <moylop260@vauxoo.com> (Vauxoo):
  79. * Support for deprecated-modules in modules not installed,
  80. * Refactor wrong-import-order to integrate it with `isort` library
  81. * Add check too-complex with mccabe for cyclomatic complexity
  82. * Refactor wrong-import-position to skip try-import and nested cases
  83. * Add consider-merging-isinstance, superfluous-else-return
  84. * Fix consider-using-ternary for 'True and True and True or True' case
  85. * Add bad-docstring-quotes and docstring-first-line-empty
  86. * Add missing-timeout
  87. - Frank Harrison <frank@doublethefish.com> (doublethefish)
  88. - Pierre-Yves David <pierre-yves.david@logilab.fr>
  89. - David Shea <dshea@redhat.com>: invalid sequence and slice index
  90. - Gunung P. Wibisono <55311527+gunungpw@users.noreply.github.com>
  91. - Derek Gustafson <degustaf@gmail.com>
  92. - Cezar Elnazli <cezar.elnazli2@gmail.com>: deprecated-method
  93. - Joseph Young <80432516+jpy-git@users.noreply.github.com> (jpy-git)
  94. - Tim Martin <tim@asymptotic.co.uk>
  95. - Ollie <46904826+ollie-iterators@users.noreply.github.com>
  96. - Tushar Sadhwani <tushar.sadhwani000@gmail.com> (tusharsadhwani)
  97. - Nicolas Chauvat <nicolas.chauvat@logilab.fr>
  98. - orSolocate <38433858+orSolocate@users.noreply.github.com>
  99. - Radu Ciorba <radu@devrandom.ro>: not-context-manager and confusing-with-statement warnings.
  100. - Holger Peters <email@holger-peters.de>
  101. - Cosmin Poieană <cmin@ropython.org>: unichr-builtin and improvements to bad-open-mode.
  102. - Steven Myint <hg@stevenmyint.com>: duplicate-except.
  103. - Peter Kolbus <peter.kolbus@gmail.com> (Garmin)
  104. - Luigi Bertaco Cristofolini <lucristofolini@gmail.com> (luigibertaco)
  105. - Glenn Matthews <glenn@e-dad.net>:
  106. * autogenerated documentation for optional extensions,
  107. * bug fixes and enhancements for docparams (née check_docs) extension
  108. - Vlad Temian <vladtemian@gmail.com>: redundant-unittest-assert and the JSON reporter.
  109. - Julien Jehannet <julien.jehannet@logilab.fr>
  110. - Boris Feld <lothiraldan@gmail.com>
  111. - Anthony Sottile <asottile@umich.edu>
  112. - Pedro Algarvio <pedro@algarvio.me> (s0undt3ch)
  113. - Julien Palard <julien@palard.fr>
  114. - David Liu <david@cs.toronto.edu> (david-yz-liu)
  115. - Dan Goldsmith <djgoldsmith@googlemail.com>: support for msg-template in HTML reporter.
  116. - Buck Evan <buck.2019@gmail.com>
  117. - Zen Lee <53538590+zenlyj@users.noreply.github.com>
  118. - Robert Hofer <hofrob@protonmail.com>
  119. - Mariatta Wijaya <Mariatta@users.noreply.github.com>
  120. * Added new check `logging-fstring-interpolation`
  121. * Documentation typo fixes
  122. - Jakub Wilk <jwilk@jwilk.net>
  123. - Eli Fine <ejfine@gmail.com> (eli88fine): Fixed false positive duplicate code warning for lines with symbols only
  124. - Andrew Haigh <nelfin@gmail.com> (nelfin)
  125. - Émile Crater <emile@crater.logilab.fr>
  126. - Yilei "Dolee" Yang <yileiyang@google.com>
  127. - Pavel Roskin <proski@gnu.org>
  128. - David Gilman <davidgilman1@gmail.com>
  129. - へーさん <hira9603859504@gmail.com>
  130. - Thomas Hisch <t.hisch@gmail.com>
  131. - Marianna Polatoglou <mpolatoglou@bloomberg.net>: minor contribution for wildcard import check
  132. - Manuel Vázquez Acosta <mva.led@gmail.com>
  133. - Luis Escobar <lescobar@vauxoo.com> (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty
  134. - Konstantina Saketou <56515303+ksaketou@users.noreply.github.com>
  135. - Konstantin <Github@pheanex.de>
  136. - Jim Robertson <jrobertson98atx@gmail.com>
  137. - Hugo van Kemenade <hugovk@users.noreply.github.com>
  138. - Ethan Leba <ethanleba5@gmail.com>
  139. - Enji Cooper <yaneurabeya@gmail.com>
  140. - Drum Ogilvie <me@daogilvie.com>
  141. - David Lindquist <dlindquist@google.com>: logging-format-interpolation warning.
  142. - Daniel Harding <dharding@gmail.com>
  143. - Anthony Truchet <anthony.truchet@logilab.fr>
  144. - Alexander Todorov <atodorov@otb.bg>:
  145. * added new error conditions to 'bad-super-call',
  146. * Added new check for incorrect len(SEQUENCE) usage,
  147. * Added new extension for comparison against empty string constants,
  148. * Added new extension which detects comparing integers to zero,
  149. * Added new useless-return checker,
  150. * Added new try-except-raise checker
  151. - Téo Bouvard <teobouvard@gmail.com>
  152. - Mihai Balint <balint.mihai@gmail.com>
  153. - Mark Bell <mark00bell@googlemail.com>
  154. - Levi Gruspe <mail.levig@gmail.com>
  155. - Jakub Kuczys <me@jacken.men>
  156. - Hornwitser <github@hornwitser.no>: fix import graph
  157. - Fureigh <rhys.fureigh@gsa.gov>
  158. - David Douard <david.douard@sdfa3.org>
  159. - Daniel Balparda <balparda@google.com> (Google): GPyLint maintainer (Google's pylint variant)
  160. - Bastien Vallet <bastien.vallet@gmail.com> (Djailla)
  161. - Aru Sahni <arusahni@gmail.com>: Git ignoring, regex-based ignores
  162. - Andreas Freimuth <andreas.freimuth@united-bits.de>: fix indentation checking with tabs
  163. - Alexandru Coman <fcoman@bitdefender.com>
  164. - jpkotta <jpkotta@gmail.com>
  165. - Takahide Nojima <nozzy123nozzy@gmail.com>
  166. - Taewon D. Kim <kimt33@mcmaster.ca>
  167. - Stavros Ntentos <133706+stdedos@users.noreply.github.com>
  168. - Sneaky Pete <sneakypete81@gmail.com>
  169. - Sergey B Kirpichev <skirpichev@gmail.com>
  170. - Sandro Tosi <sandro.tosi@gmail.com>: Debian packaging
  171. - Rene Zhang <rz99@cornell.edu>
  172. - Paul Lichtenberger <paul.lichtenberger.rgbg@gmail.com>
  173. - Or Bahari <or.ba402@gmail.com>
  174. - Mr. Senko <atodorov@mrsenko.com>
  175. - Mike Frysinger <vapier@gmail.com>
  176. - Martin von Gagern <gagern@google.com> (Google): Added 'raising-format-tuple' warning.
  177. - Martin Vielsmaier <martin@vielsmaier.net>
  178. - Martin Pool <mbp@google.com> (Google):
  179. * warnings for anomalous backslashes
  180. * symbolic names for messages (like 'unused')
  181. * etc.
  182. - Martin Bašti <MartinBasti@users.noreply.github.com>
  183. * Added new check for shallow copy of os.environ
  184. * Added new check for useless `with threading.Lock():` statement
  185. - Marcus Näslund <naslundx@gmail.com> (naslundx)
  186. - Marco Pernigotti <7657251+mpernigo@users.noreply.github.com>
  187. - Marco Forte <fortemarco.irl@gmail.com>
  188. - James Addison <55152140+jayaddison@users.noreply.github.com>
  189. - Ionel Maries Cristian <contact@ionelmc.ro>
  190. - Gergely Kalmár <gergely.kalmar@logikal.jp>
  191. - Damien Baty <damien.baty@polyconseil.fr>
  192. - Benjamin Drung <benjamin.drung@profitbricks.com>: contributing Debian Developer
  193. - Anubhav <35621759+anubh-v@users.noreply.github.com>
  194. - Antonio Quarta <sgheppy88@gmail.com>
  195. - Andrew J. Simmons <anjsimmo@gmail.com>
  196. - Alexey Pelykh <alexey.pelykh@gmail.com>
  197. - wtracy <afishionado@gmail.com>
  198. - jessebrennan <jesse@jesse.computer>
  199. - chohner <mail@chohner.com>
  200. - Tiago Honorato <61059243+tiagohonorato@users.noreply.github.com>
  201. - Steven M. Vascellaro <svascellaro@gmail.com>
  202. - Rogdham <contact@rogdham.net>
  203. - Robin Tweedie <70587124+robin-wayve@users.noreply.github.com>
  204. - Roberto Leinardi <leinardi@gmail.com>: PyCharm plugin maintainer
  205. - Ricardo Gemignani <ricardo.gemignani@gmail.com>
  206. - Pieter Engelbrecht <pengelbrecht@rems2.com>
  207. - Philipp Albrecht <flying-sheep@web.de> (pylbrecht)
  208. - Nicolas Dickreuter <dickreuter@gmail.com>
  209. - Nick Bastin <nick.bastin@gmail.com>
  210. - Nathaniel Manista <nathaniel@google.com>: suspicious lambda checking
  211. - Maksym Humetskyi <Humetsky@gmail.com> (mhumetskyi)
  212. * Fixed ignored empty functions by similarities checker with "ignore-signatures" option enabled
  213. * Ignore function decorators signatures as well by similarities checker with "ignore-signatures" option enabled
  214. * Ignore class methods and nested functions signatures as well by similarities checker with "ignore-signatures" option enabled
  215. - Lucas Cimon <lucas.cimon@gmail.com>
  216. - Kylian <development@goudcode.nl>
  217. - Konstantin Manna <Konstantin@Manna.uno>
  218. - Kai Mueller <15907922+kasium@users.noreply.github.com>
  219. - Joshua Cannon <joshdcannon@gmail.com>
  220. - John Leach <jfleach@jfleach.com>
  221. - James Morgensen <james.morgensen@gmail.com>: ignored-modules option applies to import errors.
  222. - Jaehoon Hwang <jaehoonhwang@users.noreply.github.com> (jaehoonhwang)
  223. - Huw Jones <huw@huwcbjones.co.uk>
  224. - Gideon <87426140+GideonBear@users.noreply.github.com>
  225. - Ganden Schaffner <gschaffner@pm.me>
  226. - Frost Ming <frostming@tencent.com>
  227. - Federico Bond <federicobond@gmail.com>
  228. - Erik Wright <erik.wright@shopify.com>
  229. - Erik Eriksson <molobrakos@users.noreply.github.com>: Added overlapping-except error check.
  230. - Dan Hemberger <846186+hemberger@users.noreply.github.com>
  231. - Chris Rebert <code@rebertia.com>: unidiomatic-typecheck.
  232. - Aurelien Campeas <aurelien.campeas@logilab.fr>
  233. - Alexander Pervakov <frost.nzcr4@jagmort.com>
  234. - Alain Leufroy <alain.leufroy@logilab.fr>
  235. - Adam Williamson <awilliam@redhat.com>
  236. - xmo-odoo <xmo-odoo@users.noreply.github.com>
  237. - tbennett0 <tbennett0@users.noreply.github.com>
  238. - omarandlorraine <64254276+omarandlorraine@users.noreply.github.com>
  239. - craig-sh <craig-sh@users.noreply.github.com>
  240. - bernie gray <bfgray3@users.noreply.github.com>
  241. - Wes Turner <westurner@google.com> (Google): added new check 'inconsistent-quotes'
  242. - Tyler Thieding <tyler@thieding.com>
  243. - Tobias Hernstig <30827238+thernstig@users.noreply.github.com>
  244. - Thomas Grainger <tagrain@gmail.com>
  245. - Smixi <sismixx@hotmail.fr>
  246. - Simu Toni <simutoni@gmail.com>
  247. - Sergei Lebedev <185856+superbobry@users.noreply.github.com>
  248. - Scott Worley <scottworley@scottworley.com>
  249. - Saugat Pachhai <suagatchhetri@outlook.com>
  250. - Rémi Cardona <remi.cardona@polyconseil.fr>
  251. - Raphael Gaschignard <raphael@makeleaps.com>
  252. - Ram Rachum <ram@rachum.com> (cool-RR)
  253. - Radostin Stoyanov <rst0git@users.noreply.github.com>
  254. - Peter Bittner <django@bittner.it>
  255. - Paul Renvoisé <PaulRenvoise@users.noreply.github.com>
  256. - PHeanEX <github@pheanex.de>
  257. - Omega Weapon <OmegaPhil+hg@gmail.com>
  258. - Nikolai Kristiansen <nikolaik@gmail.com>
  259. - Nick Pesce <nickpesce22@gmail.com>
  260. - Nathan Marrow <nmarrow@google.com>
  261. - Mikhail Fesenko <m.fesenko@corp.vk.com>
  262. - Matthew Suozzo <msuozzo@google.com>
  263. - Matthew Beckers <17108752+mattlbeck@users.noreply.github.com> (mattlbeck)
  264. - Mark Roman Miller <mtmiller@users.noreply.github.com>: fix inline defs in too-many-statements
  265. - MalanB <malan.kmu@gmail.com>
  266. - Mads Kiilerich <mads@kiilerich.com>
  267. - Maarten ter Huurne <maarten@treewalker.org>
  268. - Lefteris Karapetsas <lefteris@refu.co>
  269. - LCD 47 <lcd047@gmail.com>
  270. - Justin Li <justinnhli@gmail.com>
  271. - John Kirkham <jakirkham@gmail.com>
  272. - Jens H. Nielsen <Jens.Nielsen@microsoft.com>
  273. - Ioana Tagirta <ioana.tagirta@gmail.com>: fix bad thread instantiation check
  274. - Ikraduya Edian <ikraduya@gmail.com>: Added new checks 'consider-using-generator' and 'use-a-generator'.
  275. - Hugues Bruant <hugues.bruant@affirm.com>
  276. - Harut <yes@harutune.name>
  277. - Grygorii Iermolenko <gyermolenko@gmail.com>
  278. - Grizzly Nyo <grizzly.nyo@gmail.com>
  279. - Gabriel R. Sezefredo <g@briel.dev>: Fixed "exception-escape" false positive with generators
  280. - Filipe Brandenburger <filbranden@google.com>
  281. - Fantix King <fantix@uchicago.edu> (UChicago)
  282. - Eric McDonald <221418+emcd@users.noreply.github.com>
  283. - Elias Dorneles <eliasdorneles@gmail.com>: minor adjust to config defaults and docs
  284. - Derek Harland <derek.harland@finq.co.nz>
  285. - David Pursehouse <david.pursehouse@gmail.com>
  286. - Dave Bunten <dave.bunten@cuanschutz.edu>
  287. - Daniel Mouritzen <dmrtzn@gmail.com>
  288. - Daniel Miller <millerdev@gmail.com>
  289. - Christoph Blessing <33834216+cblessing24@users.noreply.github.com>
  290. - Chris Murray <chris@chrismurray.scot>
  291. - Chris Lamb <chris@chris-lamb.co.uk>
  292. - Charles Hebert <charles.hebert@logilab.fr>
  293. - Carli Freudenberg <carli.freudenberg@energymeteo.de> (CarliJoy)
  294. * Fixed issue 5281, added Unicode checker
  295. * Improve non-ascii-name checker
  296. - Bruce Dawson <randomascii@users.noreply.github.com>
  297. - Brian Shaginaw <brian.shaginaw@warbyparker.com>: prevent error on exception check for functions
  298. - Benny Mueller <benny.mueller91@gmail.com>
  299. - Ben James <benjames1999@hotmail.co.uk>
  300. - Ben Green <benhgreen@icloud.com>
  301. - Batuhan Taskaya <batuhanosmantaskaya@gmail.com>
  302. - Alvaro Frias <alvarofriasgaray@gmail.com>
  303. - Alexander Kapshuna <kapsh@kap.sh>
  304. - Adam Parkin <pzelnip@users.noreply.github.com>
  305. - 谭九鼎 <109224573@qq.com>
  306. - Łukasz Sznuk <ls@rdprojekt.pl>
  307. - y2kbugger <y2kbugger@users.noreply.github.com>
  308. - vinnyrose <vinnyrose@users.noreply.github.com>
  309. - ttenhoeve-aa <ttenhoeve@appannie.com>
  310. - thinwybk <florian.k@mailbox.org>
  311. - syutbai <syutbai@gmail.com>
  312. - sur.la.route <17788706+christopherpickering@users.noreply.github.com>
  313. - sdet_liang <liangway@users.noreply.github.com>
  314. - paschich <millen@gridium.com>
  315. - oittaa <8972248+oittaa@users.noreply.github.com>
  316. - nyabkun <75878387+nyabkun@users.noreply.github.com>
  317. - moxian <aleftmail@inbox.ru>
  318. - mar-chi-pan <mar.polatoglou@gmail.com>
  319. - lrjball <50599110+lrjball@users.noreply.github.com>
  320. - laike9m <laike9m@users.noreply.github.com>
  321. - kriek <sylvain.ackermann@gmail.com>
  322. - jaydesl <35102795+jaydesl@users.noreply.github.com>
  323. - jab <jab@users.noreply.github.com>
  324. - glmdgrielson <32415403+glmdgrielson@users.noreply.github.com>
  325. - glegoux <gilles.legoux@gmail.com>
  326. - gaurikholkar <f2013002@goa.bits-pilani.ac.in>
  327. - flyingbot91 <flyingbot91@gmx.com>
  328. - fly <fly@users.noreply.github.com>
  329. - fahhem <fahhem>
  330. - fadedDexofan <fadedDexofan@gmail.com>
  331. - epenet <6771947+epenet@users.noreply.github.com>
  332. - danields <danields761@gmail.com>
  333. - cosven <cosven@users.noreply.github.com>
  334. - cordis-dev <darius@adroiti.com>
  335. - bluesheeptoken <louis.fruleux1@gmail.com>
  336. - anatoly techtonik <techtonik@gmail.com>
  337. - agutole <toldo_carp@hotmail.com>
  338. - Zeckie <49095968+Zeckie@users.noreply.github.com>
  339. - Zeb Nicholls <zebedee.nicholls@climate-energy-college.org>
  340. * Made W9011 compatible with 'of' syntax in return types
  341. - Yuval Langer <yuvallanger@mail.tau.ac.il>
  342. - Yury Gribov <tetra2005@gmail.com>
  343. - Yuri Bochkarev <baltazar.bz@gmail.com>: Added epytext support to docparams extension.
  344. - Youngsoo Sung <ysung@bepro11.com>
  345. - Yory <39745367+yory8@users.noreply.github.com>
  346. - Yoichi Nakayama <yoichi.nakayama@gmail.com>
  347. - Yeting Li <liyt@ios.ac.cn> (yetingli)
  348. - Yannack <yannack@users.noreply.github.com>
  349. - Yann Dirson <ydirson@free.fr>
  350. - Yang Yang <y4n9squared@gmail.com>
  351. - Xi Shen <davidshen84@gmail.com>
  352. - Will Shanks <wsha@posteo.net>
  353. - Viorel Știrbu <viorels@gmail.com>: intern-builtin warning.
  354. - VictorT <victor.taix@gmail.com>
  355. - Victor Jiajunsu <16359131+jiajunsu@users.noreply.github.com>
  356. - Trevor Bekolay <tbekolay@gmail.com>
  357. * Added --list-msgs-enabled command
  358. - Tomer Chachamu <tomer.chachamu@gmail.com>: simplifiable-if-expression
  359. - Tomasz Magulski <tomasz@magullab.io>
  360. - Tom <tsarantis@proton.me>
  361. - Tim Hatch <tim@timhatch.com>
  362. - Tim Gates <tim.gates@iress.com>
  363. - Thomas Benhamou <thomas@lightricks.com>
  364. - Tanvi Moharir <74228962+tanvimoharir@users.noreply.github.com>: Fix for invalid toml config
  365. - T.Rzepka <Tobias.Rzepka@gmail.com>
  366. - Svetoslav Neykov <svet@hyperscience.com>
  367. - Stéphane Wirtel <stephane@wirtel.be>: nonlocal-without-binding
  368. - Stephen Longofono <8992396+SLongofono@users.noreply.github.com>
  369. - Stanislav Levin <slev@altlinux.org>
  370. - Sorin Sbarnea <ssbarnea@redhat.com>
  371. - Slavfox <slavfoxman@gmail.com>
  372. - Skip Montanaro <skip@pobox.com>
  373. - Sigurd Spieckermann <2206639+sisp@users.noreply.github.com>
  374. - Shiv Venkatasubrahmanyam <shvenkat@users.noreply.github.com>
  375. - Sebastian Müller <mueller.seb@posteo.de>
  376. - Sasha Bagan <pnlbagan@gmail.com>
  377. - Sardorbek Imomaliev <sardorbek.imomaliev@gmail.com>
  378. - Santiago Castro <bryant@montevideo.com.uy>
  379. - Samuel Freilich <sfreilich@google.com> (sfreilich)
  380. - Samuel FORESTIER <HorlogeSkynet@users.noreply.github.com>
  381. - Sam Vermeiren <88253337+PaaEl@users.noreply.github.com>
  382. - Ryan McGuire <ryan@enigmacurry.com>
  383. - Ry4an Brase <ry4an-hg@ry4an.org>
  384. - Ruro <ruro.ruro@ya.ru>
  385. - Roman Ivanov <me@roivanov.com>
  386. - Robert Schweizer <robert_schweizer@gmx.de>
  387. - Reverb Chu <reverbc@users.noreply.github.com>
  388. - Renat Galimov <renat2017@gmail.com>
  389. - Rebecca Turner <rbt@sent.as> (9999years)
  390. - Randall Leeds <randall@bleeds.info>
  391. - Ramon Saraiva <ramonsaraiva@gmail.com>
  392. - Ramiro Leal-Cavazos <ramiroleal050@gmail.com> (ramiro050): Fixed bug preventing pylint from working with Emacs tramp
  393. - R. N. West <98110034+rnwst@users.noreply.github.com>
  394. - Qwiddle13 <32040075+Qwiddle13@users.noreply.github.com>
  395. - Quentin Young <qlyoung@users.noreply.github.com>
  396. - Prajwal Borkar <sunnyborkar7777@gmail.com>
  397. - Petr Pulc <petrpulc@gmail.com>: require whitespace around annotations
  398. - Peter Dawyndt <Peter.Dawyndt@UGent.be>
  399. - Peter Dave Hello <hsu@peterdavehello.org>
  400. - Peter Aronoff <peter@aronoff.org>
  401. - Paul Cochrane <paul@liekut.de>
  402. - Patrik <patrik.mrx@gmail.com>
  403. - Pascal Corpet <pcorpet@users.noreply.github.com>
  404. - Pablo Galindo Salgado <Pablogsal@gmail.com>
  405. * Fix false positive 'Non-iterable value' with async comprehensions.
  406. - Osher De Paz <odepaz@redhat.com>
  407. - Oisín Moran <OisinMoran@users.noreply.github.com>
  408. - Obscuron <Abscuron@gmail.com>
  409. - Noam Yorav-Raphael <noamraph@gmail.com>
  410. - Nir Soffer <nirsof@gmail.com>
  411. - Niko Wenselowski <niko@nerdno.de>
  412. - Nikita Sobolev <mail@sobolevn.me>
  413. - Nick Smith <clickthisnick@users.noreply.github.com>
  414. - Ned Batchelder <ned@nedbatchelder.com>
  415. - Natalie Serebryakova <natalie.serebryakova@Natalies-MacBook-Pro.local>
  416. - Moody <mooodyhunter@outlook.com>
  417. - Mitchell Young <mitchelly@gmail.com>: minor adjustment to docparams
  418. - Mitar <mitar.github@tnode.com>
  419. - Mike Fiedler <miketheman@gmail.com> (miketheman)
  420. - Mike Bryant <leachim@leachim.info>
  421. - Michka Popoff <michkapopoff@gmail.com>
  422. - Michal Vasilek <michal@vasilek.cz>
  423. - Michael Scott Cuthbert <cuthbert@mit.edu>
  424. - Michael Kefeder <oss@multiwave.ch>
  425. - Michael Hudson-Doyle <michael.hudson@canonical.com>
  426. - Michael Giuffrida <mgiuffrida@users.noreply.github.com>
  427. - Melvin Hazeleger <31448155+melvio@users.noreply.github.com>
  428. - Matěj Grabovský <mgrabovs@redhat.com>
  429. - Matthijs Blom <19817960+MatthijsBlom@users.noreply.github.com>
  430. - Matej Marušák <marusak.matej@gmail.com>
  431. - Markus Siebenhaar <41283549+siehar@users.noreply.github.com>
  432. - Marco Edward Gorelli <marcogorelli@protonmail.com>: Documented Jupyter integration
  433. - Marcin Kurczewski <rr-@sakuya.pl> (rr-)
  434. - Maik Röder <maikroeder@gmail.com>
  435. - Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
  436. - Ludovic Aubry <ludal@logilab.fr>
  437. - Louis Sautier <sautier.louis@gmail.com>
  438. - Lorena Buciu <46202743+lorena-b@users.noreply.github.com>
  439. - Logan Miller <14319179+komodo472@users.noreply.github.com>
  440. - Kári Tristan Helgason <kthelgason@gmail.com>
  441. - Kurian Benoy <70306694+kurianbenoy-aot@users.noreply.github.com>
  442. - Krzysztof Czapla <k.czapla68@gmail.com>
  443. - Kraig Brockschmidt <kraigbr@msn.com>
  444. - Kound <norman.freudenberg@posteo.de>
  445. - KotlinIsland <65446343+KotlinIsland@users.noreply.github.com>
  446. - Kosarchuk Sergey <sergeykosarchuk@gmail.com>
  447. - Konrad Weihmann <46938494+priv-kweihmann@users.noreply.github.com>
  448. - Kian Meng, Ang <kianmeng.ang@gmail.com>
  449. - Kevin Phillips <thefriendlycoder@gmail.com>
  450. - Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
  451. - Kayran Schmidt <59456929+yumasheta@users.noreply.github.com>
  452. - Karthik Nadig <kanadig@microsoft.com>
  453. - Jürgen Hermann <jh@web.de>
  454. - Jérome Perrin <perrinjerome@gmail.com>
  455. - Josselin Feist <josselin@trailofbits.com>
  456. - Jonathan Kotta <KottaJonathan@JohnDeere.com>
  457. - John Paraskevopoulos <io.paraskev@gmail.com>: add 'differing-param-doc' and 'differing-type-doc'
  458. - John McGehee <jmcgehee@altera.com>
  459. - John Gabriele <jgabriele@fastmail.fm>
  460. - John Belmonte <john@neggie.net>
  461. - Joffrey Mander <joffrey.mander+pro@gmail.com>
  462. - Jochen Preusche <iilei@users.noreply.github.com>
  463. - Jeroen Seegers <jeroenseegers@users.noreply.github.com>:
  464. * Fixed `toml` dependency issue
  465. - Jeremy Fleischman <jeremyfleischman@gmail.com>
  466. - Jason Owen <jason.a.owen@gmail.com>
  467. - Jared Garst <cultofjared@gmail.com>
  468. - Jared Deckard <jared.deckard@gmail.com>
  469. - Janne Rönkkö <jannero@users.noreply.github.com>
  470. - James Sinclair <james@nurfherder.com>
  471. - James M. Allen <james.m.allen@gmail.com>
  472. - James Lingard <jchl@aristanetworks.com>
  473. - James Broadhead <jamesbroadhead@gmail.com>
  474. - Jakub Kulík <Kulikjak@gmail.com>
  475. - Jakob Normark <jakobnormark@gmail.com>
  476. - Jake Lishman <jake@binhbar.com>
  477. - Jacques Kvam <jwkvam@gmail.com>
  478. - Jace Browning <jacebrowning@gmail.com>: updated default report format with clickable paths
  479. - JT Olds <jtolds@xnet5.com>
  480. - Hayden Richards <62866982+SupImDos@users.noreply.github.com>
  481. * Fixed "no-self-use" for async methods
  482. * Fixed "docparams" extension for async functions and methods
  483. - Harshil <37377066+harshil21@users.noreply.github.com>
  484. - Harry <harrymcwinters@gmail.com>
  485. - Grégoire <96051754+gregoire-mullvad@users.noreply.github.com>
  486. - Grant Welch <gwelch925+github@gmail.com>
  487. - Giuseppe Valente <gvalente@arista.com>
  488. - Gary Tyler McLeod <mail@garytyler.com>
  489. - Felix von Drigalski <FvDrigalski@gmail.com>
  490. - Fabrice Douchant <Fabrice.Douchant@logilab.fr>
  491. - Fabio Natali <me@fabionatali.com>
  492. - Fabian Damken <fdamken+github@frisp.org>
  493. - Eric Froemling <ericfroemling@gmail.com>
  494. - Emmanuel Chaudron <manu.chaud@hotmail.fr>
  495. - Elizabeth Bott <52465744+elizabethbott@users.noreply.github.com>
  496. - Eisuke Kawashima <e-kwsm@users.noreply.github.com>
  497. - Edward K. Ream <edreamleo@gmail.com>
  498. - Edgemaster <grand.edgemaster@gmail.com>
  499. - Eddie Darling <eddie.darling@genapsys.com>
  500. - Drew Risinger <drewrisinger@users.noreply.github.com>
  501. - Dr. Nick <das-intensity@users.noreply.github.com>
  502. - Don Jayamanne <don.jayamanne@yahoo.com>
  503. - Dmytro Kyrychuk <dmytro.kyrychuck@gmail.com>
  504. - DetachHead <57028336+DetachHead@users.noreply.github.com>
  505. - Denis Laxalde <denis.laxalde@logilab.fr>
  506. - David Lawson <dmrlawson@gmail.com>
  507. - David Cain <davidjosephcain@gmail.com>
  508. - Danny Hermes <daniel.j.hermes@gmail.com>
  509. - Daniele Procida <daniele@vurt.org>
  510. - Daniela Plascencia <daplascen@gmail.com>
  511. - Daniel Werner <daniel.werner@scalableminds.com>
  512. - Daniel R. Neal <dan.r.neal@gmail.com> (danrneal)
  513. - Daniel Draper <Germandrummer92@users.noreply.github.com>
  514. - Daniel Dorani <ddandd@gmail.com> (doranid)
  515. - Daniel Brookman <53625739+dbrookman@users.noreply.github.com>
  516. - Dan Garrette <dhgarrette@gmail.com>
  517. - Damien Nozay <damien.nozay@gmail.com>
  518. - Cubicpath <Cubicpath@protonmail.com>
  519. - Craig Citro <craigcitro@gmail.com>
  520. - Cosmo <cosmo@cosmo.red>
  521. - Clément Pit-Claudel <cpitclaudel@users.noreply.github.com>
  522. - Christopher Zurcher <zurcher@users.noreply.github.com>
  523. - Christian Clauss <cclauss@me.com>
  524. - Carl Crowder <bitbucket@carlcrowder.com>: don't evaluate the value of arguments for 'dangerous-default-value'
  525. - Carey Metcalfe <carey@cmetcalfe.ca>: demoted `try-except-raise` from error to warning
  526. - Cameron Olechowski <camsterole@users.noreply.github.com>
  527. - Calin Don <calin.don@gmail.com>
  528. - Caio Carrara <ccarrara@redhat.com>
  529. - C.A.M. Gerlach <WIDEnetServices@gmail.com>
  530. - Bruno P. Kinoshita <kinow@users.noreply.github.com>
  531. - Brice Chardin <brice.chardin@gmail.com>
  532. - Brian C. Lane <bcl@redhat.com>
  533. - Brandon W Maister <quodlibetor@gmail.com>
  534. - BioGeek <jeroen.vangoey@gmail.com>
  535. - Benjamin Graham <benwilliamgraham@gmail.com>
  536. - Benedikt Morbach <benedikt.morbach@googlemail.com>
  537. - Ben Greiner <code@bnavigator.de>
  538. - Banjamin Freeman <befreeman@users.noreply.github.com>
  539. - Athos Ribeiro <athoscr@fedoraproject.org>: Fixed dict-keys-not-iterating false positive for inverse containment checks
  540. - Arun Persaud <arun@nubati.net>
  541. - Arthur Lutz <arthur.lutz@logilab.fr>
  542. - Antonio Ossa <aaossa@uc.cl>
  543. - Antonio <antonio@zoftko.com>
  544. - Anthony VEREZ <anthony.verez.external@cassidian.com>
  545. - Anthony Tan <tanant@users.noreply.github.com>
  546. - Anthony Foglia <afoglia@users.noreply.github.com> (Google): Added simple string slots check.
  547. - Anentropic <ego@anentropic.com>
  548. - Andy Young <a7young@ucsd.edu>
  549. - Andy Palmer <25123779+ninezerozeronine@users.noreply.github.com>
  550. - Andrzej Klajnert <github@aklajnert.pl>
  551. - Andrew Howe <howeaj@users.noreply.github.com>
  552. - Andres Perez Hortal <andresperezcba@gmail.com>
  553. - Andre Hora <andrehora@users.noreply.github.com>
  554. - Alok Singh <8325708+alok@users.noreply.github.com>
  555. - Allan Chandler <95424144+allanc65@users.noreply.github.com> (allanc65)
  556. * Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params
  557. - Alex Jurkiewicz <alex@jurkiewi.cz>
  558. - Alex Hearn <alex.d.hearn@gmail.com>
  559. - Alan Evangelista <alanoe@linux.vnet.ibm.com>
  560. - Alan Chan <achan961117@gmail.com>
  561. - Aivar Annamaa <aivarannamaa@users.noreply.github.com>
  562. - Aidan Haase <44787650+haasea@users.noreply.github.com>
  563. - Ahirnish Pareek <ahirnish@gmail.com>: 'keyword-arg-before-var-arg' check
  564. - Adrian Chirieac <chirieacam@gmail.com>
  565. - Aditya Gupta <adityagupta1089@users.noreply.github.com> (adityagupta1089)
  566. * Added ignore_signatures to duplicate checker
  567. - Adam Dangoor <adamdangoor@gmail.com>
  568. - 243f6a88 85a308d3 <33170174+243f6a8885a308d313198a2e037@users.noreply.github.com>
  569. Co-Author
  570. ---------
  571. The following persons were credited manually but did not commit themselves
  572. under this name, or we did not manage to find their commits in the history.
  573. - Agustin Toledo
  574. - Amaury Forgeot d'Arc: check names imported from a module exists in the module
  575. - Anthony Tan
  576. - Axel Muller
  577. - Benjamin Niemann: allow block level enabling/disabling of messages
  578. - Bernard Nauwelaerts
  579. - Bill Wendling
  580. - Brian van den Broek: windows installation documentation
  581. - Craig Henriques
  582. - D. Alphus (Alphadelta14)
  583. - Daniil Kharkov
  584. - Eero Vuojolahti
  585. - Fabio Zadrozny
  586. - Gauthier Sebaux
  587. - James DesLauriers
  588. - manderj
  589. - Mirko Friedenhagen
  590. - Nicholas Smith
  591. - Nuzula H. Yudaka (Nuzhuka)
  592. - Pek Chhan
  593. - Peter Hammond
  594. - Pierre Rouleau
  595. - Richard Goodman: simplifiable-if-expression (with Tomer Chachamu)
  596. - Sebastian Ulrich
  597. - Takashi Hirashima
  598. - Thomas Snowden: fix missing-docstring for inner functions
  599. - Wolfgang Grafen
  600. - Yannick Brehon