summaryrefslogtreecommitdiff
path: root/doc/whatsnew
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-03-06 15:21:57 +0100
committerGitHub <noreply@github.com>2023-03-06 15:21:57 +0100
commitfb4512cd1446910c8dbc1eb1c365fc122edc49bf (patch)
tree533b0ff028211a4573fae86619077cfa7469aa9b /doc/whatsnew
parent08bac36eeb5006c7eb2e574049566e232bdbf5ed (diff)
downloadpylint-git-fb4512cd1446910c8dbc1eb1c365fc122edc49bf.tar.gz
Fix invalid type false positive (#8206) (#8386)
(cherry picked from commit e64f0437388298c7f8514a6755c3c27a0d9a35f2) Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com>
Diffstat (limited to 'doc/whatsnew')
-rw-r--r--doc/whatsnew/fragments/8205.false_positive3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8205.false_positive b/doc/whatsnew/fragments/8205.false_positive
new file mode 100644
index 000000000..6bf596592
--- /dev/null
+++ b/doc/whatsnew/fragments/8205.false_positive
@@ -0,0 +1,3 @@
+Fix false positive for isinstance-second-argument-not-valid-type with union types.
+
+Closes #8205