From 0a6c21bfab8237431c9f5198068451b243e91448 Mon Sep 17 00:00:00 2001 From: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> Date: Mon, 15 May 2023 20:51:58 +0200 Subject: Fix a false negative for ``too-many-arguments`` and positional-only and keyword-only arguments (#8674) Closes #8667 --- doc/whatsnew/fragments/8667.false_negative | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/whatsnew/fragments/8667.false_negative (limited to 'doc/whatsnew/fragments/8667.false_negative') diff --git a/doc/whatsnew/fragments/8667.false_negative b/doc/whatsnew/fragments/8667.false_negative new file mode 100644 index 000000000..3468a1264 --- /dev/null +++ b/doc/whatsnew/fragments/8667.false_negative @@ -0,0 +1,3 @@ +Fix a false negative for ``too-many-arguments`` by considering positional-only and keyword-only parameters. + +Closes #8667 -- cgit v1.2.1