diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2023-03-06 15:21:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 15:21:57 +0100 |
commit | fb4512cd1446910c8dbc1eb1c365fc122edc49bf (patch) | |
tree | 533b0ff028211a4573fae86619077cfa7469aa9b /doc/whatsnew | |
parent | 08bac36eeb5006c7eb2e574049566e232bdbf5ed (diff) | |
download | pylint-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_positive | 3 |
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 |