summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into bug_pylint_3468hippo912020-09-031-1/+5
|\ \ \ | | |/ | |/|
| * | Add simplifiable-condition and condition-evals-to-constant to the refactoring...ethan-leba2020-08-311-0/+4
| * | Set the release datehippo912020-08-201-1/+1
* | | Adds entryhippo912020-08-191-0/+3
|/ /
* | Support both isort 4 and isort 5Damien Baty2020-08-181-0/+4
|/
* Fix spelling of CaesarPeter Aronoff2020-06-251-4/+4
* Add rule raise-missing-fromRam Rachum2020-06-221-0/+2
* Fix false positive superfluous parens for walrus operatorBryce Guinta2020-06-171-0/+2
* Chore: use https links (#3679)谭九鼎2020-06-119-27/+27
* Add an faq on message to disable to avoid duplicates w/ other popular lintersDaniel Neal2020-05-271-0/+23
* Rename the new old-style super with super-with-argumentsClaudiu Popa2020-05-051-1/+1
* Add new old-style-super check to flag instances of super with default argumentsFederico Bond2020-05-051-0/+2
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-037-14/+13
* Update changelog for mixed-indentation removalPierre Sassoulas2020-05-031-0/+2
* Remove the space_check option and its codePierre Sassoulas2020-05-031-1/+3
* Update documentation for bad-whitespace removalPierre Sassoulas2020-05-031-1/+1
* Update documentation for bad-continuation removalPierre Sassoulas2020-05-021-0/+2
* master is now 2.6.0Claudiu Popa2020-04-282-0/+18
* Prepare 2.5.0 release for pylintClaudiu Popa2020-04-271-1/+1
* Brought back logging-fstring-interpolationAshley Whetter2020-04-271-0/+8
* 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