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
This commit is contained in:
Bobby R. Bruce
2023-09-04 23:48:40 -07:00
parent 2eeecc532a
commit ff75e5b30e

View File

@@ -40,7 +40,7 @@ default_language_version:
exclude: |
(?x)^(
ext/.*|
ext/(?!testlib/).*|
build/.*|
src/systemc/ext/.*|
src/systemc/tests/.*/.*|