summaryrefslogtreecommitdiff
path: root/pylint/checkers/typecheck.py
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from code reviewadd-typing-to-checker-registrationPierre Sassoulas2021-12-271-0/+1
* Remove verbose docstring in code, keep them in example and docPierre Sassoulas2021-12-261-4/+0
* Add typing and uniformize the checker registering in PyLinterPierre Sassoulas2021-12-241-3/+18
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-6/+7
* Check if decorator returns use keyword (``unexpected-keyword-arg``) (#5547)Daniël van Noord2021-12-181-0/+44
* Add typing to ``_determine_callable`` (#5548)Daniël van Noord2021-12-171-4/+20
* Fix ``not-callable`` for attributes that alias ``NamedTuple`` (#5537)Daniël van Noord2021-12-171-18/+33
* Add ``future=True`` to all ``NodeNG.statement()`` calls (#5310)Daniël van Noord2021-12-161-4/+7
* typecheck: simplify variadic positional detection (#5417)Jérome Perrin2021-12-141-11/+1
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-1/+1
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-5/+5
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-2/+3
* Upgrade astroid to 2.9.0 (#5355)Marc Mueller2021-11-211-6/+6
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-3/+3
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-5/+24
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-191-1/+2
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-151-2/+5
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-30/+32
* Fix false positive `dict-iter-missing-items` for tuple keys (#4939)Daniël van Noord2021-08-311-0/+4
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-2/+3
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-201-8/+2
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-191-1/+6
* ``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...Pierre Sassoulas2021-08-191-5/+5
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-113/+111
* Enable some Pylint extensions (#4842)Nick Drozd2021-08-141-1/+0
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-2/+2
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-2/+2
* Omit no-member error if guarded behind if stmt (#4764)Marc Mueller2021-07-281-0/+25
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-201-0/+1
* Catch MRO error when applying missing hints feature. (#4688)doranid2021-07-081-1/+1
* Create a constant for BUILTINSPierre Sassoulas2021-07-061-3/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+2
* Remove deprecated astroid.Index and astroid.ExtSlice nodes (#4568)Marc Mueller2021-06-161-5/+1
* Fix error with slice as subscript for dictMarc Mueller2021-06-131-2/+2
* Implemented new checker await-outside-async (#4514)yushao22021-06-091-0/+19
* Implemented new check consider-using-dict-items (#4445)yushao22021-05-111-2/+2
* Update regression tests for PyCQA/astroid#940 (#4466)Andrew Haigh2021-05-111-1/+3
* Fix enum no-memberMarc Mueller2021-05-111-1/+2
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Don't show DuplicateBasesError for attribute access (#4317)Marc Mueller2021-04-081-0/+2
* Replace mapMarc Mueller2021-04-031-2/+2
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-1/+3
* Fix a typo where 'msg =' was repeated twicePierre Sassoulas2021-03-281-1/+1
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-26/+20
* Refactor and cleanup of PEP 604 checkMarc Mueller2021-03-271-34/+47