summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Expand)AuthorAgeFilesLines
* Remove import of Counter from types (unneeded and prevents use in python 3.5....Anthony2020-02-041-0/+2
* BasicChecker: fix typo in 'visit_with' method (#3345)Anubhav2020-01-141-0/+2
* Fix false positive for inverse containment testsAthos Ribeiro2020-01-061-0/+3
* Adds a new check 'inconsistent-quotes'.Wes Turner2020-01-051-0/+2
* Add check to make sure only strings are assigned to __name__ (#3271)Andy Palmer2019-12-161-0/+2
* Add missing special method names (#3282)Matthijs Blom2019-12-021-0/+2
* Enhance the protocol checker (#3259)craig-sh2019-11-271-0/+2
* Add support for --fail-under flagsyutbai2019-11-211-1/+3
* [travis] Cleanup travis config using up to date interpretersDjailla2019-11-181-0/+2
* Do book keeping related to changes on branchEnji Cooper2019-11-161-0/+2
* Fix simple typo: tenrary -> ternary (#3238)Tim Gates2019-11-111-0/+1
* Fix py3k (#3210)Hugues2019-11-041-0/+3
* Add regexs for bad- and good-names to enable better white- or blacklisting (#...Daniel Draper2019-10-301-0/+2
* Refactor file checking for a simpler parallel API (#3016)Janne Rönkkö2019-10-181-0/+1
* Fixes "exception-escape" false positive with generators (#3128) (#3182)Gabriel R Sezefredo2019-10-161-0/+4
* Move inspect.getargvalues and inspect.formatargvalues out of deprecated funct...laike9m2019-10-151-0/+2
* properly handle literals in ``unnecessary-comprehension`` checker, closes #3148Rémi Cardona2019-10-031-0/+2
* Removed duplicates of code, changed default to common default valueMikhail Fesenko2019-10-031-0/+2
* Add a command to list enabled/disabled messagesTrevor Bekolay2019-09-121-0/+3
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-0/+2
* [CONTRIBUTORS] Remove duplication between far away contributionsPierre Sassoulas2019-09-101-3/+1
* [missing-docstring] Break down into class, function, and modulePierre Sassoulas2019-09-101-0/+3
* [changelog] Add 'multiple message with the same old name'Pierre Sassoulas2019-09-101-0/+2
* Report unnecessary else after continue and breakRobert Schweizer2019-09-101-0/+2
* useless-suppression detection now ignores cyclic-import (#3071)Eric Froemling2019-08-221-0/+2
* Allow a `.` as a prefix for Sphinx name resolution. (#3058)Danny Hermes2019-08-161-0/+2
* W0199: Change description to use the term 2-item-tuple (#3033)Niko Wenselowski2019-08-061-0/+2
* Fix number of statements in by_module stats (#3023)Andres Perez Hortal2019-07-291-0/+2
* Improve help for options (#2986)Peter Kolbus2019-07-091-0/+2
* Grammar Fixes (#2974)Oisín Moran2019-07-071-0/+2
* Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...Andrzej Klajnert2019-07-051-0/+2
* 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