summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-03-25 05:49:31 -0400
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-26 13:55:15 +0100
commit54d03df1e6584ffcf0c8fafd308d4c167efffb53 (patch)
treedfd2fda3a5a2d5111e6472877140036f9e73ffad /doc
parent208328009ddeef3eb76ed96b2cbcd8854a65ad6c (diff)
downloadpylint-git-54d03df1e6584ffcf0c8fafd308d4c167efffb53.tar.gz
Don't emit `raising-bad-type` when there is ambiguity (#5968)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.13.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index 7b209042e..856553983 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -547,3 +547,8 @@ Other Changes
* Output better error message if unsupported file formats are used with ``pyreverse``.
Closes #5950
+
+* Avoid emitting ``raising-bad-type`` when there is inference ambiguity on
+ the variable being raised.
+
+ Closes #2793 \ No newline at end of file