summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8555.false_positive
blob: 157486b399c90bb25400962aaf0ea4472c7b05c9 (plain)
1
2
3
Fix false positive for ``positional-only-arguments-expected`` when a function contains both a positional-only parameter that has a default value, and ``**kwargs``.

Closes #8555