Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Pre commit Hook changes
Signed-off-by: Saipuneet Munikuntla <saipuneet357@gmail.com>
  • Loading branch information
saipuneet357 committed Mar 26, 2026
commit 119551bb65eaf8d47199dcd18a8f0ea0a61163b1
1 change: 1 addition & 0 deletions sdk/python/feast/repo_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def get_repo_files(repo_root: Path) -> List[Path]:
".pytest_cache",
"__pycache__",
".ipynb_checkpoints",
"**/*.ipynb",
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
Outdated
]
ignore_files = get_ignore_files(repo_root, ignore_paths)

Expand Down