pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

`E704` conflicts with black code style in `.pyi` files

Open DetachHead opened this issue 4 years ago • 2 comments

def foo() -> None: ...
E704 multiple statements on one line (def)

black puts the ... on the same line in .pyi files

DetachHead avatar Nov 08 '21 04:11 DetachHead