summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade version and changelog before releasepylint-2.6.22.6Pierre Sassoulas2021-02-162-1/+9
* Fix #4093 by setting astroid dependencie as < 2.5Pierre Sassoulas2021-02-161-1/+1
* Merge pull request #3784 from PyCQA/2.6pylint-2.6.0hippo912020-08-211-1/+1
|\
| * Corrects syntax error that prevent upload to pypihippo912020-08-211-1/+1
* | Merge pull request #3783 from PyCQA/2.6hippo912020-08-2097-97/+153
|\ \ | |/
| * Sets up copyrighthippo912020-08-2095-94/+150
| * Set the version numberhippo912020-08-201-1/+1
| * Set the release datehippo912020-08-202-2/+2
|/
* tox: Don't mention isort in dependenciesDamien Baty2020-08-181-3/+0
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-1822-33/+23
* Support both isort 4 and isort 5Damien Baty2020-08-1810-14/+61
* Add missing test dependency pytest-benchmark to setup.pyBryce Guinta2020-07-161-1/+1
* Fix scoping for function annotations, decorators and base classes (#3713)Andrew Simmons2020-07-128-23/+95
* Update metafilesPieter Engelbrecht2020-07-122-1/+5
* Add float fail-under testsPieter Engelbrecht2020-07-121-0/+18
* Make fail under a floatPieter Engelbrecht2020-07-122-1/+2
* Minor typo fix in R1721 help stringlrjball2020-07-041-1/+1
* Fix spelling of CaesarPeter Aronoff2020-06-251-4/+4
* Add rule raise-missing-fromRam Rachum2020-06-2214-10/+243
* Fix a crash in parallel mode when the module's filepath is not setClaudiu Popa2020-06-204-4/+27
* Fix a crash caused by not guarding against `InferenceError` when calling `inf...Claudiu Popa2020-06-183-4/+27
* Fix false positive superfluous parens for walrus operatorBryce Guinta2020-06-174-4/+46
* Remove unused member variable of FormatCheckerBryce Guinta2020-06-172-10/+5
* Improve readability of FormatChecker._check_keyword_parenthesesBryce Guinta2020-06-171-11/+12
* remove invalid fstr setting (#3682)Thomas Grainger2020-06-161-1/+1
* Set default pre-commit hook config: single process (#3689)iilei2020-06-163-0/+4
* Fix exception causes all over the codebaseRam Rachum2020-06-146-15/+15
* Chore: use https links (#3679)谭九鼎2020-06-1131-56/+56
* ``missing-kwoa`` is no longer emitted when dealing with overload functions (#...Claudiu Popa2020-06-094-5/+51
* Prepare 2.5.3Claudiu Popa2020-06-081-1/+1
* Fix a bug with `ignore-docstrings` ignoring all lines in a moduleClaudiu Popa2020-06-085-0/+34
* Ignore raw docstrings as well for ignore-docstrings Shiv Venkatasubrahmanyam2020-06-081-5/+7
* Move entry at 2.5.3 levelClaudiu Popa2020-06-081-4/+5
* Allow numbers in checker names. (#3667)Jeremy Fleischman2020-06-084-1/+15
* Protect against `AttributeError` when checking `cell-var-from-loop`Claudiu Popa2020-05-294-9/+25
* Add an faq on message to disable to avoid duplicates w/ other popular lintersDaniel Neal2020-05-273-0/+26
* Fix a regression where the score was not reported with multiple jobsClaudiu Popa2020-05-163-1/+12
* config: Handle rich (non-string) types in TOML fileDamien Baty2020-05-164-24/+100
* Fix a regression where messages with dash are not fully parsedClaudiu Popa2020-05-143-1/+13
* `continue-in-finally` no longer emitted on Python 3.8 where it's now validClaudiu Popa2020-05-143-0/+7
* `property-with-parameters` properly handles abstract propertiesClaudiu Popa2020-05-144-2/+31
* Add a callback for uniformity purposePierre Sassoulas2020-05-101-5/+9
* Remove version from the option parserPierre Sassoulas2020-05-101-4/+1
* Dirty hack to print version before parsing anythingPierre Sassoulas2020-05-101-0/+6
* The full version is a constant we can just import itPierre Sassoulas2020-05-105-13/+21
* Add What's New project URLVille Skyttä2020-05-062-0/+3
* ``pylint.Run`` accepts ``do_exit`` as a deprecated parameterClaudiu Popa2020-05-052-1/+23
* Address the super violations in the codebaseClaudiu Popa2020-05-0518-36/+44
* Rename the new old-style super with super-with-argumentsClaudiu Popa2020-05-059-62/+37
* Released 2.5.1Claudiu Popa2020-05-051-1/+1