Precommit: Exclude common cmake build dir

This commit is contained in:
Ole Schütt 2024-08-12 15:55:48 +02:00 committed by Ole Schütt
parent 272f1e8a05
commit f3901f63c6

View file

@ -116,6 +116,8 @@ def main() -> None:
continue
if root.startswith("./regtesting"):
continue
if root.startswith("./build"):
continue
if root.startswith("./.git"):
continue
if "/.mypy_cache/" in root: