summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8558.feature
blob: b5a8342f39d372a692b0e58b44318b3298b62b14 (plain)
1
2
3
Add a new checker ``kwarg-superseded-by-positional-arg`` to warn when a function is called with a keyword argument which shares a name with a positional-only parameter and the function contains a keyword variadic parameter dictionary. It may be surprising behaviour when the keyword argument is added to the keyword variadic parameter dictionary.

Closes #8558