mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-20 11:21:18 +08:00
Get all tests passing except those E12* tests.
You can reproduce this with "pytest -k 'not E12'".
This commit is contained in:
@@ -51,6 +51,6 @@ async def add(a: int = 0, b: int = 0) -> int:
|
||||
def x(b: tuple = (1, 2))->int:
|
||||
return a + b
|
||||
|
||||
#: E252:11 E252:12
|
||||
#: E252:11 E252:12 E231:8
|
||||
def b(a:int=1):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user