mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-14 08:27:15 +08:00
Try to add syntax errors to pep8 normalizing.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
for a in 'abc':
|
||||
for b in 'xyz':
|
||||
print a # indented with 8 spaces
|
||||
# TODO currently not an error, because the indentation matches.
|
||||
print(a) # indented with 8 spaces
|
||||
#: E901:1
|
||||
print(b) # indented with 1 tab
|
||||
if True:
|
||||
#: E101:0
|
||||
|
||||
Reference in New Issue
Block a user