Skip to content

Commit f6ec1c5

Browse files
fix(docs): revert correct symlink and update pre-commit config (#2875)
revert link Signed-off-by: Barabanov <[email protected]>
1 parent bc7dd96 commit f6ec1c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repos:
88
# list of supported hooks: https://pre-commit.com/hooks.html
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
11+
exclude: "docs/source/examples"
1112
- id: check-yaml
1213
- id: check-added-large-files
1314
- id: debug-statements

docs/source/examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../examples
1+
../../examples

0 commit comments

Comments
 (0)