summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/run_tool.py
AgeCommit message (Collapse)Author
2023-03-21Fix run_tool() when git is not installedAlyssa Ross
Previously, it would raise an exception.
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli 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-14Share common code between clang tidy and formatXavier Claessens