summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8559.false_negative
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8559.false_negative')
-rw-r--r--doc/whatsnew/fragments/8559.false_negative3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8559.false_negative b/doc/whatsnew/fragments/8559.false_negative
new file mode 100644
index 000000000..37c415138
--- /dev/null
+++ b/doc/whatsnew/fragments/8559.false_negative
@@ -0,0 +1,3 @@
+Fix false negative for ``no-value-for-parameter`` when a function, whose signature contains both a positional-only parameter ``name`` and also ``*kwargs``, is called with a keyword-argument for ``name``.
+
+Closes #8559