summaryrefslogtreecommitdiff
path: root/pylint/checkers/typecheck.py
Commit message (Expand)AuthorAgeFilesLines
* Fix false positive for ``keyword-arg-before-vararg`` (#8571) (#8578)github-actions[bot]2023-04-151-1/+7
* Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-071-5/+8
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-18/+13
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-071-1/+1
* Fix invalid type false positive (#8206)Nick Drozd2023-02-141-1/+14
* Tighten design constraints (#8115)Nick Drozd2023-01-281-2/+3
* Add tests to improve coverage (#8096)Dani Alcala2023-01-261-10/+1
|\
| * remove short-circuit on Enumclavedeluna2023-01-241-10/+1
* | 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
|/
* [style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)Pierre Sassoulas2023-01-021-3/+0
* Cut oldstyle checksNick Drozd2022-11-301-9/+2
* Improve `invalid-slice-index` and add `invalid-slice-step` (#7762)Marc Mueller2022-11-141-3/+22
* Remove unused ExtSlice code paths (#7759)Marc Mueller2022-11-131-17/+1
* [flake8-bugbear] Fix unused variable in string and type checkerPierre Sassoulas2022-11-051-1/+4
* Refactor check for ignored modules into reusable function (#7604)Daniel Mouritzen2022-10-111-28/+3
* Fix false negative ``no-member`` when the code was a `manual` augmented assig...Dani Alcala2022-09-231-0/+3
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-4/+4
* Finish typing of ``typecheck`` (#7445)Daniƫl van Noord2022-09-091-43/+80
* Finish some incomplete typing signatures (#7442)Daniƫl van Noord2022-09-091-10/+13
* Complete typing of all generic types (#7406)Daniƫl van Noord2022-09-041-2/+2
* Fix false positive for ``too-many-function-args`` when a function call is ass...Mark Byrne2022-09-021-0/+13
* Emit `unhashable-member` when creating sets or dicts (#7036)Jacob Walls2022-06-291-16/+38
* Prevent additional `unsupported-binary-operation` messages for metaclasses de...Jacob Walls2022-06-241-22/+34
* Fix ``unsupported-binary-operation`` on classes that overload or (#6664)Tim Martin2022-06-231-6/+49
* [refactor] Normalize the typing of visitor functions (#6892)Pierre Sassoulas2022-06-121-1/+3
* Fix a crash when linting ``__new__()`` methods that return a call (#6822)Huw Jones2022-06-051-4/+4
* Some initial line wrapping of docstrings (#6672)Daniƫl van Noord2022-05-231-1/+3
* Fix no-member in type annotations with future import (#6608)Marc Mueller2022-05-131-0/+6
* Enum: Add support for self-defined members (#5847)Huw Jones2022-05-041-0/+75
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-3/+0
* Remove some words from custom dictionary and update spellingDaniƫl van Noord2022-04-261-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+2
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniƫl van Noord2022-04-251-1/+2
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-23/+23
* Remove ``IAstroidChecker`` from ``__implements__``Daniƫl van Noord2022-04-191-4/+1
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+0
* Remove pointless ``check_messages`` decorators (#6353)Andreas Finkler2022-04-171-1/+8
* Deprecate ``get_global_option``Daniƫl van Noord2022-04-151-4/+3
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniƫl van Noord2022-04-141-2/+3
* Remove ``_ArgumentsManager.namespace``Daniƫl van Noord2022-04-141-1/+6
* Replace .namespace with .config (#6316)Daniƫl van Noord2022-04-141-13/+13
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniƫl van Noord2022-04-141-20/+11
* Move general options to ``PyLinter`` from individual checkers (#6291)Daniƫl van Noord2022-04-131-14/+0
* Remove the ``future_option_parsing`` keyword (#6253)Daniƫl van Noord2022-04-111-6/+0
* Suppress `unsubscriptable-object` warnings in type-checking blocks (#5720)Pierre Sassoulas2022-04-091-1/+5
* Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``Daniƫl van Noord2022-04-041-4/+23
* Use ``argparse`` config handler on two checkers (#6120)Daniƫl van Noord2022-04-021-12/+23
* Fix E1102 / ``not-callable`` false positive for property that returns a lambd...Tushar Sadhwani2022-04-021-10/+12