| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-21 | Fix run_tool() when git is not installed | Alyssa Ross | |
| Previously, it would raise an exception. | |||
| 2022-08-26 | Fix purely white space issues reported by flake8 | Alf Henrik Sauge | |
| 2022-03-29 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | |
| These are only used for type checking, so don't bother importing them at runtime. Generally add future annotations at the same time, to make sure that existing uses of these imports don't need to be quoted. | |||
| 2021-11-14 | Share common code between clang tidy and format | Xavier Claessens | |
