I'm trying to get auto python formatting going in a directory (specifically //tools/json_schema_compiler/) but intentionally adding some formatting issues to a file (trailing whitespace, long code line, long comment line) and running `git cl format --python` doesn't seem to be doing anything?
There is a `.style.yapf` in the parent directory (//tools/), but I've also tried manually adding a new one into my directory but that didn't change anything. Has anyone run into something similar and know what might be going on?