diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2194cd4790..26d0ea10dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: "--ignore-magic", "--fail-under=99", "--exclude=['setup.py', 'test', 'build', 'docs']", "--ignore-regex=['forward', 'backward', 'reset_parameters', 'extra_repr', 'MetaData', 'apply_activation','exec_activation']", "--color", "--"] - exclude: ^modulus/internal/ + exclude: ^modulus/internal/|^examples/ - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.35.0