mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 21:54:54 +08:00
Try to add syntax errors to pep8 normalizing.
This commit is contained in:
@@ -22,6 +22,7 @@ True and False
|
||||
if 1:
|
||||
pass
|
||||
# Syntax Error, no indentation
|
||||
#: E901+1
|
||||
if 1:
|
||||
pass
|
||||
#: E223:8
|
||||
|
||||
Reference in New Issue
Block a user