Skip to content

Commit 2a692fa

Browse files
jonpspricrivetimihai
authored andcommitted
fix: Create a lightweight pre-commit configuration to support Make tests and build check
Signed-off-by: Jonathan Springer <[email protected]>
1 parent d787248 commit 2a692fa

File tree

3 files changed

+542
-8
lines changed

3 files changed

+542
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# report issues (linters). Modified files will need to be staged again.
1919
# -----------------------------------------------------------------------------
2020

21-
exclude: '(^|/)(\.pre-commit-config\.yaml|normalize_special_characters\.py|test_input_validation\.py|ai_artifacts_normalizer\.py)$|(^|/)mcp-servers/templates/|(^|/)tests/load/|.*\.(jinja|j2)$' # ignore these files, all templates, load tests, and jinja files
21+
exclude: '(^|/)(\.pre-commit-.*\.yaml|normalize_special_characters\.py|test_input_validation\.py|ai_artifacts_normalizer\.py)$|(^|/)mcp-servers/templates/|(^|/)tests/load/|.*\.(jinja|j2)$' # ignore these files, all templates, load tests, and jinja files
2222

2323
repos:
2424
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)