Skip to content

Commit

Permalink
Precommit: Exclude common cmake build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Aug 12, 2024
1 parent 272f1e8 commit f3901f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/precommit/precommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3901f6

Please sign in to comment.