Closed LovelyBuggies closed 4 years ago
Cython failed :(
I was looking at that, too, and I have no idea what Cython has to do with any of this. Aghast doesn't use it.
The formatting of the test files is not something I'd worry about, though if you're going to stack all the numbers of a list into a block, you don't have to use backslashes (\
) because newlines are only significant in Python outside of nested brackets ([
and ]
, (
and )
). Don't worry about changing that, though. I'm accepting this PR (and may need to drop PyPy from the tests if it's doing weird things with Cython).
Thx, I see.
I keep track on issue #34 for a long time. I think this is related to the convention of
black
hook of pre-commit https://github.com/psf/black/issues/1345.It seems like this is the only solution currently. And I think it doesn't hurt a lot for aghast.