Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jitendra Gundaniya <[email protected]>
  • Loading branch information
jitu5 committed Oct 29, 2024
1 parent 03b2618 commit 277098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kedro_viz/autoreload_file_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __call__(self, change: Change, path: str) -> bool:
):
logger.debug("Filtered out by .gitignore: %s", relative_path)
return False
# pylint: disable=broad-exception-caught
# ruff: noqa: BLE001
except Exception as exc:
logger.debug("Exception during .gitignore matching: %s", exc)
return True # Pass the file if .gitignore matching fails
Expand Down

0 comments on commit 277098d

Please sign in to comment.