With the latest 2.7 release [https://blog.pantsbuild.org/introducing-pants-2-7/]
, Pants now supports the YAPF Python autoformatter
[https://github.com/google/yapf], in addition to Black, isort, Docformatter, and
Shfmt!
For example, if we start with this code:
# project/app.py
x = 3 + 3
print( x )
You can run