summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add --list-extensions commandanubh-v2020-03-251-0/+4
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-242-2/+1
* Refresh the docs a bit in preparation for the releaseClaudiu Popa2020-03-131-41/+35
* Allow non-ASCII characters in identifiers in the invalid-name rule and add no...bernie gray2020-03-111-1/+5
* Remove section related to Python 2 supportClaudiu Popa2020-02-291-10/+1
* Add warning for the case where second argument to isinstance is not a type (#...Anubhav2020-02-131-0/+6
* Add notes-rgx option for fixme checker (#3394)Benny2020-02-131-0/+2
* Add a check for asserts on string literals (#3346)Anubhav2020-01-141-0/+6
* Refine plugin howtoEnji Cooper2020-01-131-3/+3
* Run dos2unix on plugins.rstEnji Cooper2020-01-131-65/+65
* Adds a new check 'inconsistent-quotes'.Wes Turner2020-01-051-1/+9
* Add check to make sure only strings are assigned to __name__ (#3271)Andy Palmer2019-12-161-0/+2
* Add the new protocol checks to the documentationClaudiu Popa2019-11-271-12/+13
* Enhance the protocol checker (#3259)craig-sh2019-11-271-0/+12
* Remove pylint/utils.py from the documentation build since it is not neededClaudiu Popa2019-11-211-2/+0
* Add support for --fail-under flagsyutbai2019-11-211-0/+2
* Add support for disabling line-too-long for multilines stringshippo912019-11-192-1/+14
* Add regexs for bad- and good-names to enable better white- or blacklisting (#...Daniel Draper2019-10-301-0/+6
* Flag various collections as dangerous defaults (#3183) (#3194)Ville Skyttä2019-10-161-0/+2
* A new check ``f-string-without-interpolation`` was addedClaudiu Popa2019-10-161-1/+6
* Can read setup.cfg and pyproject.toml filesAshley Whetter2019-10-093-0/+32
* Pin mypy and typed-ast to fix the CIClaudiu Popa2019-09-301-1/+1
* Prepare releaseClaudiu Popa2019-09-241-1/+1
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-171-0/+5
* Add a command to list enabled/disabled messagesTrevor Bekolay2019-09-122-3/+12
* Allow f-strings as a valid logging string formatting choiceAshley Whetter2019-09-101-0/+8
* Report unnecessary else after continue and breakRobert Schweizer2019-09-101-0/+7
* Added a new check, consider-using-sys-exit, close #2925 (#3062)Sushobhit2019-08-221-0/+7
* Add a new check `arguments-out-of-order`mattlbeck2019-08-161-0/+8
* Don't emit protected-acces for single underscore prefixed attributes in speci...hippo912019-08-061-0/+5
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-221-1/+1
* Added a new check, ``invalid-overridden-method``Claudiu Popa2019-07-181-0/+8
* Added a new check, ``redeclared-assigned-name``Claudiu Popa2019-07-171-0/+7
* Added a new check, ``self-assigning-variable``Claudiu Popa2019-07-171-0/+16
* Added a new check, ``property-with-parameters``.Claudiu Popa2019-07-161-0/+5
* Add new checker (unnecessary-comprehension) (close #2905)PHeanEX2019-07-161-0/+7
* Grammar Fixes (#2974)Oisín Moran2019-07-071-2/+2
* Refactor - Remove unused argument 'name'Pierre Sassoulas2019-06-201-2/+0
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-201-2/+2
* Refactor - Remove useless parameter in print_checker_docPierre Sassoulas2019-06-201-2/+2
* Refactor - Use get_rest_title where it could bePierre Sassoulas2019-06-201-3/+4
* Refactor - Use a constant for the main checker namePierre Sassoulas2019-06-201-1/+2
* Refactor - Give a checker instead of a string to _print_checker_docPierre Sassoulas2019-06-201-16/+14
* Dropped support for Python 3.4Claudiu Popa2019-06-201-2/+2
* Mention the name of the new signature-mutators optionClaudiu Popa2019-05-231-3/+6
* Can choose decorators that mutate a function's signature (#2926)Ashley Whetter2019-05-231-0/+11
* Fix misspellings in documentation (#2922)Nick Smith2019-05-191-1/+1
* Add a what's new entry for the new extensionClaudiu Popa2019-04-291-1/+12
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-291-0/+14
* Added subprocess.run explicit set `check` argument checker. Closes #2848fadedDexofan2019-04-191-0/+4