mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-22 04:38:55 +08:00
Added isinstance type checks in the linter.
This commit is contained in:
@@ -19,6 +19,7 @@ CODES = {
|
||||
'type-error-star': (10, TypeError, None),
|
||||
'type-error-operation': (11, TypeError, None),
|
||||
'type-error-not-iterable': (12, TypeError, None),
|
||||
'type-error-isinstance': (13, TypeError, None),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user