Skip to content

Commit ffe3242

Browse files
committed
Pre commit Hook changes
1 parent 56e6d21 commit ffe3242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/feast/repo_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def get_repo_files(repo_root: Path) -> List[Path]:
9595
".pytest_cache",
9696
"__pycache__",
9797
".ipynb_checkpoints",
98+
"**/*.ipynb",
9899
]
99100
ignore_files = get_ignore_files(repo_root, ignore_paths)
100101

0 commit comments

Comments
 (0)