Commit Graph

6 Commits

Author SHA1 Message Date
Sergii Tkachenko
de6ed9ba9f [Python] Migrate from yapf to black (#33138)
- Switched  from yapf to black
- Reconfigure isort for black
- Resolve black/pylint idiosyncrasies 

Note: I used `--experimental-string-processing` because black was
producing "implicit string concatenation", similar to what described
here: https://github.com/psf/black/issues/1837. While currently this
feature is experimental, it will be enabled by default:
https://github.com/psf/black/issues/2188. After running black with the
new string processing so that the generated code merges these `"hello" "
world"` strings concatenations, then I removed
`--experimental-string-processing` for stability, and regenerated the
code again.

To the reviewer: don't even try to open "Files Changed" tab 😄 It's
better to review commit-by-commit, and ignore `run black and isort`.
2023-06-09 15:08:55 -07:00
Esun Kim
7be821ac47 Yapf all target python sources 2020-01-03 09:25:10 -08:00
Richard Belleville
81c3b0bfb6 Fix lint errors 2019-03-08 16:18:57 -08:00
Richard Belleville
d832738c08 Yapf 2019-03-08 15:16:12 -08:00
Richard Belleville
acbc095ab8 Implement test for example 2019-03-08 13:40:44 -08:00
Richard Belleville
4a8a2e286e Add basic multiprocessing-based server 2019-03-01 11:14:40 -08:00