* Directories need to opt into pylint presumbit checks via:
`input_api.canned_checks.RunPylint()`.
### YAPF
[YAPF](https://github.com/google/yapf) is a Python formatter that can be used via:
```sh
git cl format --python
```
Directories can opt into enforcing YAPF styling by adding `.style.yapf` file
with the following contents:
```
[style]
based_on_style = chromium
```
Entire files can be formatted (rather than just touched lines) via:
```sh
git cl format --python --full
```
--
You received this message because you are subscribed to the Google Groups "python" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python+un...@chromium.org.
To post to this group, send email to pyt...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/python/CABiQX1Up58aFSeE2dMNySyfYJ%2B3MwyCz1TWbhnphXbVmhndwEw%40mail.gmail.com.