summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRogdham <contact@rogdham.net>2023-04-07 18:54:23 +0200
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-07 22:12:01 +0200
commitbcceff6be5903d8f3c203c59906b7fd46d72b499 (patch)
tree01bd13748e195e1cb1931f10d6631204409e6b71 /doc
parented67cc806606668bec945c9b62f006d7aad02664 (diff)
downloadpylint-git-bcceff6be5903d8f3c203c59906b7fd46d72b499.tar.gz
Fix isinstance-second-argument-not-valid-type for union types with None
(cherry picked from commit b5f2b01635edd23fecc1546f3fdb2a41e6a51995)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8424.false_positive3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8424.false_positive b/doc/whatsnew/fragments/8424.false_positive
new file mode 100644
index 000000000..22dc8b844
--- /dev/null
+++ b/doc/whatsnew/fragments/8424.false_positive
@@ -0,0 +1,3 @@
+Fix false positive for isinstance-second-argument-not-valid-type when union types contains None.
+
+Closes #8424