pre-commit-hooks #329

Merged
sb10q merged 8 commits from newell/artiq-zynq:pre-commit-hooks into master 2024-10-08 15:19:13 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 96c36eaa7f - Show all commits

View File

@ -26,7 +26,7 @@ repos:
rev: v19.1.0
hooks:
- id: clang-format
name: artiq-zynq-clang-format
name: artiq-zynq clang-format
description: Runs clang-format on the codebase.
files: \.(cpp|h|hpp|c)$
args: [-style=file, -fallback-style=none, -assume-filename=src/.clang-format]