mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-20 08:38:40 +08:00
Get the indentation errors of files mostly right even in comments.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#: E721
|
||||
#: E721:3
|
||||
if type(res) == type(42):
|
||||
pass
|
||||
#: E721
|
||||
#: E721:3
|
||||
if type(res) != type(""):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user