Skip to content

Commit dffe2d6

Browse files
committed
exclude recipes-docs
1 parent bb01e7c commit dffe2d6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
# Excludes for *all* pre-commit hooks as listed below:
55
# (these are documentation files, either old ones or aut-generated ones)
6-
exclude: docs\/3\..*\d\/|docs\/_downloads\/|docs\/.*\/tutorial\.py
6+
exclude: |
7+
(?x)^(
8+
recipes-docs/|
9+
docs/
10+
)
711
812
repos:
913

0 commit comments

Comments
 (0)