summaryrefslogtreecommitdiff
path: root/tools/codeformat.py
AgeCommit message (Collapse)Author
2021-03-15codeformat: Do search&replace without sedJeff Epler
2021-03-15codeformat: use pathlib for correct(-er) processing of * vs ** in globsJeff Epler
2021-03-15codeformat: Run sed only on requested filesJeff Epler
When running from pre-commit, we believe the different invocations of sed were racing with each other, sometimes leaving zero-byte files in the filesystem (ow)
2021-03-15codeformat: require filenames, filter them by include/exclude listsJeff Epler
2021-03-15codeformat: Exclude specified files even from commandline, for pre-commitJeff Epler
2021-03-15run code formatting scriptmicroDev
2021-03-15update pre-commitmicroDev
- add formatting check - add translations check