summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test for current pyproject issuesinvalid-toml-configPierre Sassoulas2021-11-038-10/+73
* Move existing config tests to the tests/config directoryPierre Sassoulas2021-11-032-0/+0
* Create a function for toml parsingPierre Sassoulas2021-11-031-20/+27
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-034-0/+13
* [pre-commit.ci] pre-commit autoupdate (#5243)pre-commit-ci[bot]2021-11-011-1/+1
* Bump black from 21.9b0 to 21.10b0 (#5240)dependabot[bot]2021-11-011-1/+1
* Merge pull request #5233 from sgheppy/nographviz_fixAndreas Finkler2021-10-314-1/+7
|\
| * add changelog and contributor entryAntonio Quarta2021-10-313-0/+6
| * fix accepted output format without graphvizAntonio Quarta2021-10-311-1/+1
|/
* Remove accidental print statementDaniël van Noord2021-10-311-1/+0
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-317-16/+123
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-314-6/+53
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-2913-22/+24
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-295-2/+17
* Fix tox dependencies with pypy (#5217)nozzy123nozzy2021-10-271-1/+3
* Migration to pytest from unittest for BaseChecker testsPierre Sassoulas2021-10-271-37/+35
* Create a new file for BaseChecker unit testsPierre Sassoulas2021-10-272-61/+69
* Fix deprecation 'check function will only accept sequence of string' (#5218)Pierre Sassoulas2021-10-272-14/+24
* Fix the deprecation of set_output in our code (#5209)Pierre Sassoulas2021-10-274-20/+31
* Clean up some useless-super-delegation logic (#5193)Samuel Freilich2021-10-262-61/+47
* Merge pull request #5198 from nozzy123nozzy/bugfix_of_propertyAndreas Finkler2021-10-2618-1/+79
|\
| * Update tests/data/property_pattern.pynozzy123nozzy2021-10-261-5/+0
| * Modify sources along with results of pr review.Takahide Nojima2021-10-2615-41/+64
| * Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-266-0/+60
|/
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-265-1/+85
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-2610-1/+75
* Move the find_pylintrc function in find_default_config_files.pyPierre Sassoulas2021-10-262-11/+14
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-264-7/+12
* Create a DEFAULT_PYLINT_HOME constant and upgrade help textPierre Sassoulas2021-10-263-7/+8
* Put the environnement help directly where it makes sensePierre Sassoulas2021-10-262-13/+15
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-2510-3/+91
* Use backticks for any-all suggestion (#5207)Nick Drozd2021-10-253-8/+16
* Enable for_any_all check (#5206)Nick Drozd2021-10-2512-96/+54
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-2512-15/+118
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-259-0/+404
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-248-43/+166
* Fix regression for ``_is_only_type_assignment`` (#5163)Daniël van Noord2021-10-236-43/+142
* Make ``used-before-assignment`` consider classes in method annotation and def...Daniël van Noord2021-10-2310-10/+126
* Fix use-implicit-booleaness-not-comparison crash (#5176)Jaehoon Hwang2021-10-235-58/+114
* Fix test decorator for `PyLinter` options (#5195)Daniël van Noord2021-10-222-5/+18
* PR #5157 followup (#5192)Nick Pesce2021-10-211-10/+10
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-196-76/+70
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-195-9/+29
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-187-19/+65
* Make ``undefined-variable`` check line numbers of metaclass parametersDaniël van Noord2021-10-185-6/+34
* Add test for #4021Daniël van Noord2021-10-182-8/+21
* Bump types-toml from 0.10.0 to 0.10.1 (#5182)dependabot[bot]2021-10-181-1/+1
* Update tbump requirement from ~=6.4.1 to ~=6.5.0 (#5181)dependabot[bot]2021-10-181-1/+1
* Bump actions/checkout from 2.3.4 to 2.3.5 (#5180)dependabot[bot]2021-10-183-13/+13
* Refactor Variable checker to use less argument in function (#5167)Pierre Sassoulas2021-10-171-47/+50