summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for Pylinter.check() deprecationchecker-check-deprecationPierre Sassoulas2021-10-271-0/+6
* Fix deprecation 'check function will only accept sequence of string'Pierre Sassoulas2021-10-271-14/+18
* 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
* Add an exception at install for python < 3.6.2 (#5171)Pierre Sassoulas2021-10-171-0/+17
* Async context manager typo (#5164)Youngsoo Sung2021-10-172-1/+3
* Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)Daniël van Noord2021-10-174-1/+52
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-176-156/+179
* Upgrade astroid version to 2.8.3Pierre Sassoulas2021-10-172-2/+2
* Fix ``relative-beyond-top-level`` false positiveDaniël van Noord2021-10-1717-0/+64
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-175-27/+57
* From Python 3.8 onwards classes inheriting from dict are reversible (#5169)Tim Martin2021-10-177-12/+37
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-1719-64/+384
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-165-6/+31
* Fix py-version usage in typing extension tests (#5161)Marc Mueller2021-10-156-8/+8
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-156-5/+17
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-155-32/+96
* Improve documentation of ``docparams`` extension and fix tests (#5095)Daniël van Noord2021-10-142-1/+86
* Use ``MessageLocationTuple`` in ``_add_one_message``Daniël van Noord2021-10-131-2/+4
* Create new ``UnsupportedVersionChecker`` checker class (#5148)Daniël van Noord2021-10-134-17/+59
* [pre-commit.ci] pre-commit autoupdate (#5145)pre-commit-ci[bot]2021-10-121-2/+2