From ff75e5b30eb1e7197b1bda97353891cad6da1adc Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 4 Sep 2023 23:48:40 -0700 Subject: [PATCH] misc,ext: Update pre-commit hook to run on ext/testlib Though in ext, we regularly modify these files to add features and extend our testlib testing infrastructure. Ergo, the pre-commit checks should be run. Change-Id: I921a263f25f850b03e5535a8a1f509921c124763 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cbc6afdb7..37b1acbbea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ default_language_version: exclude: | (?x)^( - ext/.*| + ext/(?!testlib/).*| build/.*| src/systemc/ext/.*| src/systemc/tests/.*/.*|