summaryrefslogtreecommitdiff
path: root/pylint/checkers/method_args.py
Commit message (Expand)AuthorAgeFilesLines
* Fix false positive for ``positional-only-arguments-expected`` when a function...Mark Byrne2023-04-091-0/+2
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* feat(6489): implement `positional-only-arguments-expected` checker (#8121)yushao22023-01-281-1/+40
* Fixed a crash when inferring a value and using its qname on a slice (#8070)Pierre Sassoulas2023-01-181-1/+4
* Avoid deprecated `self.config` accessJacob Walls2022-06-251-1/+1
* [ADD] missing-timeout: Used when a method call an external request (#6780)Moises Lopez - https://www.vauxoo.com/2022-06-231-0/+86