summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8555.false_positive
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8555.false_positive')
-rw-r--r--doc/whatsnew/fragments/8555.false_positive3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8555.false_positive b/doc/whatsnew/fragments/8555.false_positive
new file mode 100644
index 000000000..157486b39
--- /dev/null
+++ b/doc/whatsnew/fragments/8555.false_positive
@@ -0,0 +1,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