summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.16.2, update changelog (#8276)v2.16.2Pierre Sassoulas2023-02-131-1/+1
* Fix FP for used-before-assignment with assignment expressions in containers (...github-actions[bot]2023-02-111-18/+19
* Add ``--version`` option to pyreverse (#8257) (#8258)github-actions[bot]2023-02-101-0/+6
* Fix `used-before-assignment` false positive for walrus operator in dictionary...github-actions[bot]2023-02-101-0/+5
* Fix `nested-min-max` output msg for sequences (#8234) (#8245)github-actions[bot]2023-02-081-1/+22
* Minor refactor to 'is_defined' (#8243) (#8244)github-actions[bot]2023-02-081-7/+5
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...github-actions[bot]2023-02-082-18/+61
* Fix crash when an attribute node was used inside an unary op (#8209) (#8225)github-actions[bot]2023-02-071-2/+5
* Fix no-name-in-module when variable is same as module name (#8169) (#8226)github-actions[bot]2023-02-071-1/+1
* Bump pylint to 2.16.1, update changelog (#8166)v2.16.1Pierre Sassoulas2023-02-021-1/+1
* [crash] Fix crashes on python interpreter < 3.9 (#8163) (#8165)github-actions[bot]2023-02-021-1/+1
* Bump pylint to 2.16.0, update changelogv2.16.0Pierre Sassoulas2023-02-011-1/+1
* Print this error the stderr instead of stdout. (#8142)Yilei "Dolee" Yang2023-01-311-1/+2
* Fix false positive for `use-maxsplit-arg` with custom split (#8114)yushao22023-01-301-0/+5
* Tighten design constraints (#8115)Nick Drozd2023-01-2816-5/+28
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-281-2/+20
* feat(6489): implement `positional-only-arguments-expected` checker (#8121)yushao22023-01-281-1/+40
* Fix a false positive for ``redefined-variable-type`` when ``async`` methods a...Mark Byrne2023-01-281-2/+2
* Add `consider-refactoring-into-while-condition` checker (#8021)yushao22023-01-273-3/+150
* Add tests to improve coverage (#8096)Dani Alcala2023-01-263-13/+7
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-01-251-3/+1
| * Update pylint/checkers/base_checker.pyDani Alcala2023-01-251-1/+1
| * deprecate BaseChecker.get_message_definitionclavedeluna2023-01-241-1/+9
| * remove short-circuit on Enumclavedeluna2023-01-241-10/+1
| * add test for Uninferableclavedeluna2023-01-241-3/+0
* | Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-251-2/+14
* | Fix `missing-kwoa` FP with With statements (#8101)Dani Alcala2023-01-241-2/+11
|\ \ | |/ |/|
| * add inferenceclavedeluna2023-01-231-8/+7
| * fix no-kwoa for any with callsclavedeluna2023-01-231-7/+12
| * fix no-kwoa for one with callclavedeluna2023-01-231-1/+6
* | [doc] Add details and related links for bare/broad-except (#8077)Pierre Sassoulas2023-01-241-4/+13
* | [subprocess-run-check] Add the proper confidencePierre Sassoulas2023-01-231-1/+2
* | [subprocess-run-check] Better rationale and messagePierre Sassoulas2023-01-231-4/+5
|/
* Fix FP for `used-before-assignment` when reimporting name used in type annota...Jacob Walls2023-01-231-1/+5
* Bump pylint to 2.16.0-b1, update changelogv2.16.0b1Pierre Sassoulas2023-01-221-1/+1
* Fix `consider-using-augmented-assign` nested attribute access (#8088)Marc Mueller2023-01-201-17/+1
* Fix invalid-name for typing_extensions.TypeVar (#8089)Marc Mueller2023-01-201-2/+7
* pointless-exception-statement: filter call inference for better performance o...James Addison2023-01-201-3/+12
* Better regex for private attribute check (#8081)Marc Mueller2023-01-191-1/+1
* Fixed a crash when inferring a value and using its qname on a slice (#8070)Pierre Sassoulas2023-01-182-3/+8
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-166-25/+51
* Bump pylint to 2.16.0-b0, update changelogv2.16.0b0Pierre Sassoulas2023-01-131-1/+1
* Fixes false positive for `try-except-raise` with multiple exceptions in one e...fly2023-01-121-1/+1
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...orSolocate2023-01-121-3/+34
* [consider-using-augmented-assign] Do not warn for non-commutative operators (...Pierre Sassoulas2023-01-091-1/+6
* Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)Zen Lee2023-01-081-3/+10
* Prevent `pyreverse` crash when processing attributes assigned via tuple unpac...Andreas Finkler2023-01-081-1/+3
* Add new check "pointless-exception-statement" (#7939)James Addison2023-01-071-1/+16
* [style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)Pierre Sassoulas2023-01-023-9/+1
* class attrs should not emit assigning-non-slot msg (#7987)Dani Alcala2022-12-302-7/+21