Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e5d4e2

Browse files
committed
Add change note.
1 parent 53fbf51 commit 4e5d4e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.20/analysis-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Removes false positives seen when using Python 3.6, but not when using earlier v
2020

2121
| **Query** | **Expected impact** | **Change** |
2222
|----------------------------|------------------------|------------------------------------------------------------------|
23+
| Comparison using is when operands support \_\_eq\_\_ (`py/comparison-using-is`) | Fewer false positive results | Results where one of the objects being compared is an enum member are no longer reported. |
2324
| Unused import (`py/unused-import`) | Fewer false positive results | Results where the imported module is used in a `doctest` string are no longer reported. |
2425
| Unused import (`py/unused-import`) | Fewer false positive results | Results where the imported module is used in a type-hint comment are no longer reported. |
2526

0 commit comments

Comments
 (0)