summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
...
* Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-093-21/+37
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-0910-32/+152
* Fix `nested-min-max` output msg for sequences (#8234)Dani Alcala2023-02-081-1/+22
* Add import-based submodule detection for preferred-modules (#8186)Dave Bunten2023-02-081-2/+12
* Minor refactor to 'is_defined' (#8243)Zen Lee2023-02-081-7/+5
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-072-18/+61
* Fix no-name-in-module when variable is same as module name (#8169)Dani Alcala2023-02-071-1/+1
* Fix crash when an attribute node was used inside an unary op (#8209)Pierre Sassoulas2023-02-071-2/+5
* [pre-commit.ci] pre-commit autoupdate (#8208)pre-commit-ci[bot]2023-02-071-1/+0
* [doc] Use the real URL address of pylint's read the doc projectPierre Sassoulas2023-02-061-2/+2
* [ruff] Disable a Star-arg unpacking in a deprecated functionPierre Sassoulas2023-02-061-1/+1
* [ruff] B904 Raise exceptions with 'raise ... from err'Pierre Sassoulas2023-02-061-1/+1
* [ruff] Autofix 'not x in iterator' => 'x not in iterator'Pierre Sassoulas2023-02-061-1/+1
* [ruff] Fix E741 Ambiguous variable name: 'l'Pierre Sassoulas2023-02-061-1/+1
* [primer --prepare clone] Create a function for each actionPierre Sassoulas2023-02-061-23/+25
* [primer --prepare clone] Better error message in case of crashPierre Sassoulas2023-02-061-3/+12
* Fix a false negative for 'missing-parentheses-for-call-in-test'Pierre Sassoulas2023-02-051-13/+10
* Fix grammatical error in explanation of `global-statement (W0603)` (#8108)R. N. West2023-02-021-3/+3
* [crash] Fix crashes on python interpreter < 3.9 (#8163)Pierre Sassoulas2023-02-021-1/+1
* Update docs for `global-variable-not-assigned` (#8151)Dani Alcala2023-02-011-6/+17
* Bump pylint to 2.17.0-dev0, update changelogMarc Mueller2023-02-011-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