Skip to content

Commit a947071

Browse files
authored
[TASK] Exclude code snippets from pre-commit-hooks (#341)
They are auto-generated Releases: main, 13.4
1 parent a85d79f commit a947071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ repos:
33
rev: v4.4.0 # Use the latest version
44
hooks:
55
- id: trailing-whitespace
6+
exclude: ^Documentation/CodeSnippets/my_site_package/.*$
67
- id: end-of-file-fixer
8+
exclude: ^Documentation/CodeSnippets/my_site_package/.*$

0 commit comments

Comments
 (0)