summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.13.5, update changelogv2.13.5Pierre Sassoulas2022-04-061-4/+6
* Bump pylint to 2.13.4, update changelogv2.13.4Pierre Sassoulas2022-03-311-1/+1
* Bump pylint to 2.13.3, update changelogv2.13.3Pierre Sassoulas2022-03-291-2/+2
* Bump pylint to 2.13.1, update changelogv2.13.1Pierre Sassoulas2022-03-261-1/+1
* Cleanup after finding emails and duplicatesPierre Sassoulas2022-03-231-35/+13
* Sort contributors according to their number of commitsPierre Sassoulas2022-03-231-240/+240
* Separate contributors without email from othersPierre Sassoulas2022-03-231-57/+64
* Add the email when easily availablePierre Sassoulas2022-03-231-213/+416
* Add missing __magic__ methods to `_SPECIAL_METHODS_PARAMS` (#5941)Joe Young2022-03-211-0/+1
* Optimize handling of long lines for checkers like 'missing-final-newline' (#5...Sergey B Kirpichev2022-03-161-0/+1
* Enforce one name per line and no line break in CONTRIBUTORS.txtPierre Sassoulas2022-03-131-284/+43
* Uniformize formatting in CONTRIBUTORS.txtPierre Sassoulas2022-03-131-299/+307
* Remove superfluous role 'committer' in contributors.txtPierre Sassoulas2022-03-131-1/+1
* Remove superfluous role for contributors in contributors.txtPierre Sassoulas2022-03-131-181/+181
* Create a maintener section in contributors.txt and cleanupPierre Sassoulas2022-03-131-54/+33
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-111-0/+2
* Allow mccabe 0.7.x (#5896)Konrad Weihmann2022-03-111-0/+2
* Fix pre-commit configuration hook URL (#5869)Téo Bouvard2022-03-071-0/+2
* Fix matching note tags with a non-word char last (#5859)dbrookman2022-03-041-0/+2
* Add note on how to share the badge for pylint (#5820)Kurian Benoy2022-02-211-0/+2
* Add Or Bahari copyrite aliases (#5721)orSolocate2022-01-251-1/+1
* Add a checker for misleading unicode (#5311)Kound2022-01-131-1/+2
* Improve non ascii checker (#5643)Kound2022-01-101-0/+3
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-2/+4
* Fix assigning-non-slot false positive with setattr (#5457)Jake Lishman2021-12-151-0/+2
* typecheck: simplify variadic positional detection (#5417)Jérome Perrin2021-12-141-0/+2
* Docker: Python 3.10 and Alpine 3.15 (#5443)oittaa2021-12-031-0/+2
* Update outdated class name in "How to Write a Checker" test example (#5449)Philipp Albrecht2021-12-031-0/+2
* #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)allanc652021-12-031-0/+3
* Clarify syntax in pylint.lint example (#5260)Felix von Drigalski2021-11-131-1/+3
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-131-0/+3
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-031-0/+1
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-031-0/+2
* add changelog and contributor entryAntonio Quarta2021-10-311-0/+2
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-311-0/+2
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-0/+2
* Clean up some useless-super-delegation logic (#5193)Samuel Freilich2021-10-261-0/+2
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-261-0/+2
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-0/+2
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-0/+2
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-251-0/+2
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-191-0/+2
* Async context manager typo (#5164)Youngsoo Sung2021-10-171-0/+2
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-161-0/+2
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-101-0/+2
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-091-0/+2
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-061-0/+2
* Update toml dependency to >=0.9.2 (#5067)Jeroen Seegers2021-09-231-0/+3
* Update CONTRIBUTORS.txtDimitri Prybysh2021-09-141-1/+1
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-111-0/+4