summaryrefslogtreecommitdiff
path: root/pylint/checkers/async.py
Commit message (Expand)AuthorAgeFilesLines
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-2/+2
* Add typing to ``async`` and ``deprecated`` checkers (#6684)Daniël van Noord2022-05-241-1/+1
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-2/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+1
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-2/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+3
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-3/+0
* Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``Daniël van Noord2022-04-041-5/+7
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-7/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-2/+5
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-4/+6
* 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-2/+2
* Use alias for astroid.nodes 01 (#4855)Marc Mueller2021-08-171-3/+4
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-3/+2
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-0/+1
* Fix false positive for `not-async-context-manager` when `contextlib.asynccont...Claudiu Popa2020-12-281-2/+6
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-0/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-5/+2
* Fix false positive with `not-async-context-manager` caused by not understandi...Claudiu Popa2018-12-061-9/+17
* Reformat the code with blackClaudiu Popa2018-09-171-74/+82
* Update copyright noticesClaudiu Popa2018-07-151-2/+2
* Kill YES in favour of UninferableClaudiu Popa2018-05-241-3/+3
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+1
* Allow yield in async function for python3.6. Closes #1372. (#1380)Derek Gustafson2017-03-231-1/+4
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Use the correct module.Claudiu Popa2015-11-201-2/+2
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-3/+2
* Remove line from the license header, which was inadvertently copied from base.pyClaudiu Popa2015-10-011-1/+0
* Start adding a protocol checker for the async features added in PEP 492:Claudiu Popa2015-10-011-0/+84