summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pin sphinx to the latest and fix the warning it causedClaudiu Popa2019-03-291-1/+1
* Add preferred-modules option and checkPaul Renvoisé2019-03-271-0/+9
* Fix last updated date in sphinx documentation (#2828)Dan Hemberger2019-03-241-1/+1
* Feat - Makes C0412 (ungrouped-imports) compatible with isort (#2824)Pierre Sassoulas2019-03-221-0/+12
* Add Tidelift informationClaudiu Popa2019-03-204-2/+24
* Add new linter: dict-iter-missing-itemsyory82019-03-201-1/+5
* Doc - Add isort in the contribution docPierre Sassoulas2019-03-201-1/+2
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-203-104/+110
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-203-8/+9
* Add a new ``missing-parentheses-for-call-in-test`` checkhippo912019-03-192-1/+4
* Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...Paul Renvoise2019-03-191-0/+26
* Relicense the logo as CC-BY-SA-4.0 (#2786)David Douard2019-03-051-0/+267
* Added a new check `class-variable-slots-conflict`Claudiu Popa2019-03-031-0/+11
* Move the --from-stdin changelog to 2.4Claudiu Popa2019-03-022-5/+5
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-021-0/+5
* Update the release process following the Travis autodeploymentsClaudiu Popa2019-03-021-7/+9
* Fix trivial typo in 2.3.rstDan Hemberger2019-03-011-1/+1
* Master is now 2.4Claudiu Popa2019-02-272-0/+19
* Add note about pushing the tagspylint-2.3.0Claudiu Popa2019-02-271-3/+3
* Better phrasing for this release changesClaudiu Popa2019-02-271-1/+2
* Prepare 2.3, also update the release document for this releaseClaudiu Popa2019-02-271-2/+2
* Fix the doc errorsClaudiu Popa2019-02-133-39/+40