Use upstream black
lieryan opened this issue · 0 comments
lieryan commented
Description
Now that psf/black#1879 is merged, once that PR is in a versioned release of black, we would be able to undo the hacks that were needed to work around black's previously broken handling of dedent()
-ed strings.
- We used to filter out ropetest from being blackened, this would no longer be needed
- It may be possible to remove some
#fmt: off
markers