Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check whitespace in all files except bytecode and image/vector files (o…
…penxla#2130) The root cause of openxla#2129 is that Python files (ending in `.py`) were excluded from the whitespace check. I originally proposed expanding the list of included files to include Python files, but @ghpvnist pointed out that there are more files that need this check than files that don't and suggested using an exclude list, so I did that instead. Also, use `-E` and rewrite the pattern to allow the exclude list to be expanded more easily in the future. Fixes openxla#2129
- Loading branch information