summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellings in documentation (#2922)Nick Smith2019-05-191-0/+2
* Correct word pointed when the same word has more than one error in the same lineagutole2019-05-141-0/+2
* Fix crash in callable check (#2901)Martin Vielsmaier2019-05-051-0/+2
* Add broad try clause extension. (#2890)Tyler Thieding2019-04-291-0/+2
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-291-0/+3
* Added subprocess.run explicit set `check` argument checker. Closes #2848fadedDexofan2019-04-191-0/+1
* Add preferred-modules option and checkPaul Renvoisé2019-03-271-0/+1
* Add Contributor for ignoring raw docstring in Similarities checkerTaewon D. Kim2019-03-271-0/+2
* Don't recurse in inherit_from_std_exNathan Marrow2019-03-221-0/+2
* Feat - Makes C0412 (ungrouped-imports) compatible with isort (#2824)Pierre Sassoulas2019-03-221-0/+3
* Add new linter: dict-iter-missing-itemsyory82019-03-201-1/+2
* Add reference to R0916 to max-bool-exprMichael Scott Cuthbert2019-03-191-0/+3
* Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...Paul Renvoise2019-03-191-0/+2
* Modify range-builtin-not-iterating message (#2810)bluesheeptoken2019-03-191-0/+1
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-021-1/+6
* Added method arguments to the dot file writerKylian2019-03-021-0/+2
* Fix bug of W0120Fantix King2019-02-221-0/+2
* Fix not-callable false positive on uninferable property (#2748)Federico Bond2019-02-141-0/+2
* Fixes for linting of new style logging format. (#2713)Svet2019-02-131-0/+2
* Take into account `__class_getitem__` Pascal Corpet2019-02-041-1/+3
* avoid popping __main__ for python version >= 3.3Nicolas Dickreuter2019-01-201-0/+2
* Generalize `chained-comparison` (#2655)Justin Li2018-12-211-0/+2
* Added load_configuration() hook for pluginsMatus Valo2018-12-201-0/+2
* Fix docs to work with astroide>2.x (#2646)Sardorbek Imomaliev2018-12-141-0/+2
* Fix false positive Non-iterable value with async comprehensions (#2638)Pablo Galindo2018-12-111-0/+3
* Fix zip-builtin-not-iterating false positive with OrderedDict (#2634)sbagan2018-12-101-0/+2
* Fix incorrect generation of ``no-else-raise`` warnings (R1705) (#2618)Jim Robertson2018-12-071-1/+2
* Fixed literal-comparison for the case of 0 and 1 (#2601)Sergei Lebedev2018-11-231-0/+2
* Fix typo in msg description (#2548)Mike Miller2018-10-111-0/+2
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-0/+2
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-041-0/+2
* fix compatibility with unreleased changes to stdlib tokenizerMichael Hudson-Doyle2018-10-011-0/+2
* Use ast to handle PEP 328 multi-line importsScott Worley2018-09-291-0/+2
* Add myself to contributorsBenjamin Drung2018-09-281-0/+2
* No enumerate check in __iter__ (#2505)Ben James2018-09-221-1/+3
* Added check simplifiable-if-expression (#2502)Tomer Chachamu2018-09-201-0/+2
* Grammar fixes to docs (#2492)Drew2018-09-151-2/+4
* Remove wrong modules from 'bad-python3-import' (#2454)Aivar Annamaa2018-09-091-0/+2
* Added checker for format string type mismatches.Yury Gribov2018-09-041-0/+2
* Fix wildcard imports missing in import graphHornwitser2018-09-041-1/+3
* added pylint-PyCharm-plugin to the ide integration docsRoberto Leinardi2018-08-231-0/+2
* Fix is_subclass_of when one param is not ClassDefCaio Carrara2018-08-221-0/+2
* Remove a couple of Python 2 specific checksNatalie Serebryakova2018-08-151-0/+2
* Added myself to contributor listMarcus Näslund2018-08-081-0/+2
* Add Bryce to the teamClaudiu Popa2018-07-311-0/+2
* Demote 'try-except-raise' from an error to a warning (#2324)Carey Metcalfe2018-07-221-1/+3
* Remove the maximum length from the style regular expressions (#2290)SergeyKosarchuk2018-07-171-0/+2
* Documentation fixes for the release and add Nick as a contributorClaudiu Popa2018-07-151-0/+2
* Add new checker useless-object-inheritance.ssolanki2018-06-201-0/+1
* Add checker for simplifying chained comparison. Sushobhit2018-06-181-0/+2