mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-12 21:22:01 +08:00
Remove E999 for now, because those issues are not defined. Also change a few small things where issues were wrong.
This commit is contained in:
@@ -26,11 +26,11 @@ assert type(res) == type((0,))
|
||||
#: E721:7
|
||||
assert type(res) == type((0))
|
||||
#: E721:7
|
||||
assert type(res) != type((1, ))
|
||||
assert type(res) != type((1,))
|
||||
#: E721:7
|
||||
assert type(res) is type((1, ))
|
||||
assert type(res) is type((1,))
|
||||
#: E721:7
|
||||
assert type(res) is not type((1, ))
|
||||
assert type(res) is not type((1,))
|
||||
|
||||
# Okay
|
||||
#: E402
|
||||
|
||||
Reference in New Issue
Block a user