Feature request: Native support for Black
-
It would be nice if the Black formatter could be added natively to Pythonista.
For those who don't know about Black: this is a code formatter that makes your code PEP8 compatible and very consistent: highly recommended. See https://black.readthedocs.io/en/stable/ for details.