Skip to content

Commit eceae89

Browse files
committed
chore: restore pre-commit lite comments after rebase
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent 5270114 commit eceae89

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.pre-commit-lite.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1-
# Pre-commit hooks for the reduced local linting profile.
1+
# -----------------------------------------------------------------------------
2+
# 🛠️ Pre-commit Configuration
3+
# -----------------------------------------------------------------------------
4+
# This configuration file sets up various pre-commit hooks to enforce code quality,
5+
# security, and formatting standards before commits are made.
26
#
37
# Installation:
48
# pip install --user --upgrade pre-commit
59
# pre-commit install
10+
# pre-commit run --all-files
11+
# Update:
12+
# pre-commit autoupdate
613
#
714
# To skip pre-commit checks:
815
# git commit -m "Your message" --no-verify
916
#
17+
# NOTE: Some hooks modify files automatically (formatters), while others only
18+
# report issues (linters). Modified files will need to be staged again.
19+
# -----------------------------------------------------------------------------
20+
#
21+
# Ignore generated helper files, template trees, load tests, and Jinja files.
1022
exclude: >-
1123
(^|/)(\.pre-commit-.*\.yaml|normalize_special_characters\.py|test_input_validation\.py|ai_artifacts_normalizer\.py)$|(^|/)mcp-servers/templates/|(^|/)plugin_templates/|(^|/)tests/load/|.*\.(jinja|j2)$
1224

0 commit comments

Comments
 (0)