forked from pylint-dev/pylint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTORS.txt
559 lines (548 loc) · 26.1 KB
/
CONTRIBUTORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
# 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]>
- Hippo91 <[email protected]>
- Jacob Walls <[email protected]>
- Matus Valo <[email protected]>
- Andreas Finkler <[email protected]>
- Łukasz Rogalski <[email protected]>
- Ashley Whetter <[email protected]>
- Bryce Guinta <[email protected]>
- Yu Shao, Pang <[email protected]>
- 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
- Mark Byrne <[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
- Alexandre Fayolle <[email protected]> (Logilab): TkInter gui, documentation, debian support
- Nick Drozd <[email protected]>: performance improvements to astroid
- Julien Cristau <[email protected]> (Logilab): python 3 support
- Adrien Di Mascio <[email protected]>
- Frank Harrison <[email protected]> (doublethefish)
- 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
- Ville Skyttä <[email protected]>
- 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]>
- Nicolas Chauvat <[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.
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
- 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.
- 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]>
- orSolocate <[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
- Jim Robertson <[email protected]>
- Ethan Leba <[email protected]>
- Enji Cooper <[email protected]>
- David Lindquist <[email protected]>: logging-format-interpolation warning.
- Buck (Yelp) <[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]>
- Konstantina Saketou <[email protected]>
- Hugo van Kemenade <[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]>
- Sneaky Pete <[email protected]>
- Sergey B Kirpichev <[email protected]>
- Rene Zhang <[email protected]>
- Or Bahari <[email protected]>
- Mr. Senko <[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 Forte <[email protected]>
- Ionel Maries Cristian <[email protected]>
- Gergely Kalmár <[email protected]>
- Daniel Harding <[email protected]>
- Damien Baty <[email protected]>
- Benjamin Drung <[email protected]>: contributing Debian Developer
- Anubhav <[email protected]>
- Antonio Quarta <[email protected]> (sgheppy)
- Andrew J. Simmons <[email protected]> (anjsimmo)
- wtracy <[email protected]>
- chohner <[email protected]>
- Tiago Honorato <[email protected]>
- Steven M. Vascellaro <[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
- Mike Frysinger <[email protected]>
- 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]> (kasium)
- Joshua Cannon <[email protected]>
- John Leach <[email protected]>
- James Morgensen <[email protected]>: ignored-modules option applies to import errors.
- Jaehoon Hwang <[email protected]> (jaehoonhwang)
- Ganden Schaffner <[email protected]>
- Frost Ming <[email protected]> (frostming)
- 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]>
- xmo-odoo <[email protected]>
- omarandlorraine <[email protected]>
- craig-sh <[email protected]>
- bernie gray <[email protected]>
- Yilei "Dolee" Yang <[email protected]>
- Wes Turner <[email protected]> (Google): added new check 'inconsistent-quotes'
- Tyler Thieding <[email protected]>
- Tobias Hernstig <[email protected]>
- Thomas Grainger <[email protected]>
- Simu Toni <[email protected]>
- Sergei Lebedev <[email protected]> (superbobry)
- Scott Worley <[email protected]>
- Rémi Cardona <[email protected]>
- Raphael Gaschignard <[email protected]>
- Ram Rachum <[email protected]> (cool-RR)
- Radostin Stoyanov <[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]> (justinnhli)
- 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]>
- Gabriel R. Sezefredo <[email protected]>: Fixed "exception-escape" false positive with generators
- Filipe Brandenburger <[email protected]>
- Fantix King <[email protected]> (UChicago)
- Elias Dorneles <[email protected]>: minor adjust to config defaults and docs
- Derek Harland <[email protected]>
- David Pursehouse <[email protected]>
- Daniel Miller <[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
- Buck Golemon <[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]>
- 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]>
- 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]>
- jaydesl <[email protected]>
- jab <[email protected]>
- glmdgrielson <[email protected]>
- glegoux <[email protected]>
- gaurikholkar <[email protected]>
- flyingbot91 <[email protected]>
- fahhem <fahhem>
- fadedDexofan <[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]> (yory8)
- 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.
- Victor Jiajunsu <[email protected]>
- Trevor Bekolay <[email protected]>
* Added --list-msgs-enabled command
- Tomer Chachamu <[email protected]>: simplifiable-if-expression
- Tomasz Magulski <[email protected]>
- Tim Hatch <[email protected]>
- Tim Gates <[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]>
- Shiv Venkatasubrahmanyam <[email protected]>
- Sebastian Müller <[email protected]>
- Saugat Pachhai <[email protected]>
- Sasha Bagan <[email protected]>
- Sardorbek Imomaliev <[email protected]>
- Santiago Castro <[email protected]>
- Sandro Tosi <[email protected]>: Debian packaging
- Samuel Freilich <[email protected]> (sfreilich)
- Samuel FORESTIER <[email protected]>
- Sam Vermeiren <[email protected]> (PaaEl)
- Ryan McGuire <[email protected]>
- Ry4an Brase <[email protected]>
- Ruro <[email protected]>
- Roman Ivanov <[email protected]>
- Robin Tweedie <[email protected]>
- Robert Schweizer <[email protected]>
- Reverb Chu <[email protected]>
- Renat Galimov <[email protected]>
- Rebecca Turner <[email protected]> (9999years)
- Randall Leeds <[email protected]>
- Ramiro Leal-Cavazos <[email protected]> (ramiro050): Fixed bug preventing pylint from working with Emacs tramp
- Qwiddle13 <[email protected]>
- Quentin Young <[email protected]>
- Petr Pulc <[email protected]>: require whitespace around annotations
- Peter Dawyndt <[email protected]>
- Peter Bittner <[email protected]>
- Peter Aronoff <[email protected]>
- Paul Cochrane <[email protected]>
- Paul Lichtenberger <[email protected]>
- Patrik <[email protected]>
- Pascal Corpet <[email protected]>
- Pablo Galindo Salgado <[email protected]>
* Fix false positive 'Non-iterable value' with async comprehensions.
- 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]> (melvio)
- 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]>
- Louis Sautier <[email protected]>
- Lorena Buciu <[email protected]> (lorena-b)
- Logan Miller <[email protected]> (komodo472)
- 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]>
- Jürgen Hermann <[email protected]>
- Jérome Perrin <[email protected]> (perrinjerome)
- 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]> (iilei)
- Jeroen Seegers <[email protected]> (jeroenseegers)
* Fixed `toml` dependency issue
- Jeremy Fleischman <[email protected]> (jfly)
- Jason Owen <[email protected]>
- Jared Garst <[email protected]>
- Jared Deckard <[email protected]>
- Janne Rönkkö <[email protected]>
- James Sinclair <[email protected]> (irgeek)
- James M. Allen <[email protected]>
- James Lingard <[email protected]>
- James Broadhead <[email protected]>
- Jakob Normark <[email protected]>
- Jake Lishman <[email protected]> (jakelishman)
- Jacques Kvam <[email protected]>
- Jace Browning <[email protected]>: updated default report format with clickable paths
- JT Olds <[email protected]>
- Huw Jones <[email protected]> (huwcbjones)
- Hayden Richards <[email protected]> (SupImDos)
* Fixed "no-self-use" for async methods
* Fixed "docparams" extension for async functions and methods
- Harshil <[email protected]> (harshil21)
- Harry <[email protected]>
- Grant Welch <[email protected]>
- Giuseppe Valente <[email protected]>
- Gary Tyler McLeod <[email protected]>
- Felix von Drigalski <[email protected]> (felixvd)
- 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]> (e-kwsm)
- Edward K. Ream <[email protected]>
- Edgemaster <[email protected]>
- Drew Risinger <[email protected]>
- Dr. Nick <[email protected]>
- Don Jayamanne <[email protected]>
- Dmytro Kyrychuk <[email protected]>
- Denis Laxalde <[email protected]>
- David Cain <[email protected]>
- Danny Hermes <[email protected]>
- Daniele Procida <[email protected]>
- Daniela Plascencia <[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]>
- Craig Citro <[email protected]>
- Clément Pit-Claudel <[email protected]>
- Christopher Zurcher <[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]>
- Brian C. Lane <[email protected]>
- Brandon W Maister <[email protected]>
- BioGeek <[email protected]>
- Benjamin Graham <[email protected]>
- Benedikt Morbach <[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]>
- 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]>
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