summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8555.false_positive
Commit message (Collapse)AuthorAgeFilesLines
* Fix false positive for ``positional-only-arguments-expected`` when a ↵Mark Byrne2023-04-091-0/+3
function contains both a positional-only parameter that has a default value, and ``**kwargs``. (#8556)