From 42d20416c47b00627851aa3eb39aa1cd2af89c56 Mon Sep 17 00:00:00 2001 From: Kaustubh Date: Thu, 2 Nov 2023 23:57:10 +0000 Subject: [PATCH] update ignored directories --- .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 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