summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8667.false_negative
blob: 3468a12648639b7db07e77860ca15b8f0a8aa2dd (plain)
1
2
3
Fix a false negative for ``too-many-arguments`` by considering positional-only and keyword-only parameters.

Closes #8667