summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
blob: 2ae3149181c41317da5f5967e6761494346bbfea (plain)
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
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
Maintainers
-----------
- Claudiu Popa <pcmanticore@gmail.com>
- Pierre Sassoulas <pierre.sassoulas@gmail.com>
- Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
- Marc Mueller <30130371+cdce8p@users.noreply.github.com>
- Hippo91 <guillaume.peillex@gmail.com>
- Łukasz Rogalski <rogalski.91@gmail.com>
- Ashley Whetter <ashley@awhetter.co.uk>
- 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.

- 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,
    various patches.

- Florian Bruhin <me@the-compiler.org>
- Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
- Yu Shao, Pang <36848472+yushao2@users.noreply.github.com>
- Arianna Yang <areveny@protonmail.com>

Ex-maintainers
--------------
- Sylvain Thénault <thenault@gmail.com> : main author / maintainer
- Torsten Marek <tmarek@google.com>

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:

- Daniel Balparda (Google): GPyLint maintainer (Google's pylint variant),
  various patches

- Martin Pool (Google): warnings for anomalous backslashes, symbolic names for
  messages (like 'unused'), etc

- Alexandre Fayolle (Logilab): TkInter gui, documentation, debian support

- Julien Cristau, Emile Anclin (Logilab): python 3 support

- Sandro Tosi: Debian packaging

- Mads Kiilerich, Boris Feld, Bill Wendling, Sebastian Ulrich:
  various patches

- Brian van den Broek: windows installation documentation

- Amaury Forgeot d'Arc: check names imported from a module exists in the module

- Benjamin Niemann: allow block level enabling/disabling of messages

- Nathaniel Manista: suspicious lambda checking

- David Shea: invalid sequence and slice index

- Carl Crowder: don't evaluate the value of arguments for 'dangerous-default-value'

- Michal Nowikowski: wrong-spelling-in-comment, wrong-spelling-in-docstring,
  parallel execution on multiple CPUs and other patches.

- David Lindquist: logging-format-interpolation warning.

- Brett Cannon: Port source code to be Python 2/3 compatible, Python 3
  checker.

- Vlad Temian: redundant-unittest-assert and the JSON reporter.

- Cosmin Poieană: unichr-builtin and improvements to bad-open-mode.

- Viorel Știrbu: intern-builtin warning.

- Dan Goldsmith: support for msg-template in HTML reporter.

- Chris Rebert: unidiomatic-typecheck.

- Steven Myint: duplicate-except.

- Radu Ciorba: not-context-manager and confusing-with-statement warnings.

- Bruno Daniel: check_docs extension.

- James Morgensen: ignored-modules option applies to import errors.

- Cezar Elnazli: deprecated-method

- 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

- Aru Sahni: Git ignoring, regex-based ignores

- 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

- Luis Escobar (Vauxoo), Moisés López (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty

- Yannick Brehon

- 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

- 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

- Erik Eriksson - Added overlapping-except error check.

- Anthony Foglia (Google): Added simple string slots check.

- Derek Gustafson

- Petr Pulc: require whitespace around annotations

- John Paraskevopoulos: add 'differing-param-doc' and 'differing-type-doc'

- Martin von Gagern (Google): Added 'raising-format-tuple' warning.

- Ahirnish Pareek, 'keyword-arg-before-var-arg' check

- Daniel Miller

- Martin Bašti
  * Added new check for shallow copy of os.environ
  * Added new check for useless `with threading.Lock():` statement

- Jacques Kvam

- Brian Shaginaw: prevent error on exception check for functions

- Ioana Tagirta: fix bad thread instantiation check

- Reverb Chu

- Tobias Hernstig

- Konstantin Manna

- Andreas Freimuth: fix indentation checking with tabs

- Renat Galimov

- Thomas Snowden: fix missing-docstring for inner functions

- Mitchell Young: minor adjustment to docparams

- Marianna Polatoglou: minor contribution for wildcard import check

- Ben Green

- Benjamin Freeman

- Fureigh

- 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'.

- Mariatta Wijaya
  * Added new check `logging-fstring-interpolation`
  * Documentation typo fixes

- Jason Owen

- Mark Roman Miller: fix inline defs in too-many-statements

- Adam Dangoor

- Gary Tyler McLeod

- Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,
  Maarten ter Huurne, Mirko Friedenhagen and all the Logilab's team (among others).

- Matej Marusak

- Nick Drozd, performance improvements to astroid

- Kosarchuk Sergey

- Kurian Benoy

- Carey Metcalfe: demoted `try-except-raise` from error to warning

- Marcus Näslund (naslundx)

- Natalie Serebryakova

- Caio Carrara

- Roberto Leinardi: PyCharm plugin maintainer

- Aivar Annamaa

- Hornwitser: fix import graph

- Yuri Gribov

- Drew Risinger

- Ben James

- Tomer Chachamu, Richard Goodman: simplifiable-if-expression

- Alan Chan

- Benjamin Drung: contributing Debian Developer

- Scott Worley

- Michael Hudson-Doyle

- Lucas Cimon

- Mike Miller

- Sergei Lebedev

- Sasha Bagan

- Pablo Galindo Salgado
  * Fix false positive 'Non-iterable value' with async comprehensions.

- Matus Valo

- Sardorbek Imomaliev

- Justin Li (justinnhli)

- Nicolas Dickreuter

- Pascal Corpet

- Svetoslav Neykov

- Federico Bond

- Fantix King (UChicago)

- Yory (yory8)

- Thomas Hisch

- Clément Pit-Claudel

- Goudcode

- Paul Renvoise

- Bluesheeptoken

- Michael Scott Cuthbert

- Nathan Marrow

- Taewon Kim

- Daniil Kharkov

- Tyler N. Thieding

- Zeb Nicholls
  * Made W9011 compatible with 'of' syntax in return types

- Martin Vielsmaier

- Agustin Toledo

- Nicholas Smith

- Peter Kolbus (Garmin)

- Oisin Moran

- Andrzej Klajnert

- Andrés Pérez Hortal

- Niko Wenselowski

- Danny Hermes

- Eric Froemling

- Robert Schweizer

- Hugo van Kemenade

- Mikhail Fesenko

- Trevor Bekolay
  * Added --list-msgs-enabled command

- Rémi Cardona

- Daniel Draper

- Gabriel R. Sezefredo
  * Fixed "exception-escape" false positive with generators

- laike9m

- Janne Rönkkö

- Hugues Bruant

- Tim Gates

- Enji Cooper

- Bastien Vallet

- Pek Chhan

- Craig Henriques

- Matthijs Blom

- Andy Palmer

- Wes Turner (Google): added new check 'inconsistent-quotes'

- Athos Ribeiro
    Fixed dict-keys-not-iterating false positive for inverse containment checks

- Anubhav

- Ben Graham

- Anthony Tan

- Benny Müller

- Bernie Gray

- Slavfox

- Matthew Beckers (mattlbeck)

- Yang Yang

- Andrew J. Simmons (anjsimmo)

- Damien Baty

- Daniel R. Neal (danrneal)

- Jeremy Fleischman (jfly)

- Shiv Venkatasubrahmanyam

- Jochen Preusche (iilei)

- Ram Rachum (cool-RR)

- D. Alphus (Alphadelta14)

- Pieter Engelbrecht

- Ethan Leba

- Matěj Grabovský

- Yeting Li (yetingli)

- Frost Ming (frostming)

- Luigi Bertaco Cristofolini (luigibertaco)

- Eli Fine (eli88fine): Fixed false positive duplicate code warning for lines with symbols only

- Ganden Schaffner

- Josselin Feist

- David Cain

- Pedro Algarvio (s0undt3ch)

- Luigi Bertaco Cristofolini (luigibertaco)

- Or Bahari

- Joshua Cannon

- Giuseppe Valente

- Takashi Hirashima

- Joffrey Mander

- Julien Palard

- Raphael Gaschignard

- Sorin Sbarnea

- Gergely Kalmár

- Batuhan Taskaya

- Frank Harrison (doublethefish)

- Gauthier Sebaux

- Logan Miller (komodo472)

- Matthew Suozzo

- David Gilman

- Ikraduya Edian
  * Added new checks 'consider-using-generator' and 'use-a-generator'.

- Tiago Honorato

- Lefteris Karapetsas

- Louis Sautier

- Quentin Young

- Alexander Kapshuna

- Mark Byrne

- Konstantina Saketou

- Andrew Howe

- James Sinclair (irgeek)

- Aidan Haase, Elizabeth Bott

- Sebastian Müller

- Ramiro Leal-Cavazos (ramiro050): Fixed bug preventing pylint from working with emacs tramp

- manderj

- qwiddle

- das-intensity

- Jiajunsu (victor)

- Andrew Haigh (nelfin)

- Aditya Gupta (adityagupta1089)
  * Added ignore_signatures to duplicate checker

- ruro

- David Liu (david-yz-liu)

- Bernard Nauwelaerts

- Fabian Damken

- Markus Siebenhaar

- Lorena Buciu (lorena-b)

- 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

- Daniel Dorani (doranid)

- Will Shanks

- Mark Bell

- Marco Gorelli
  * Documented Jupyter integration

- Rebecca Turner (9999years)

- Yilei Yang

- Marcin Kurczewski (rr-)

- Tanvi Moharir
  * Fix for invalid toml config

- Eisuke Kawashima (e-kwsm)

- Michal Vasilek

- Kai Mueller (kasium)

- Sam Vermeiren (PaaEl)

- Phil A. (flying-sheep)

- Melvin Hazeleger (melvio)

- 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

- Tim Martin

- Jaehoon Hwang (jaehoonhwang)

- Samuel Forestier

- Nick Pesce

- James DesLauriers

- Youngsoo Sung

- Samuel Freilich (sfreilich)

- Mike Fiedler (miketheman)

- Takahide Nojima

- Tushar Sadhwani (tusharsadhwani)

- Ikraduya Edian

- Antonio Quarta (sgheppy)

- Harshil (harshil21)

- Jérome Perrin (perrinjerome)

- Felix von Drigalski (felixvd)

- Jake Lishman (jakelishman)

- Philipp Albrecht (pylbrecht)

- Allan Chandler (allanc65)
  * Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params

- Eero Vuojolahti

- Kian-Meng, Ang

- Nuzula H. Yudaka (Nuzhuka)

- Carli Freudenberg (CarliJoy)
  * Fixed issue 5281, added Unicode checker
  * Improve non-ascii-name checker

- Daniel Brookman

- Téo Bouvard

- Konrad Weihmann