mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-18 09:53:40 -05:00
build(deps): bump ruff to v0.0.264
This commit is contained in:
@@ -34,7 +34,7 @@ def clean_dictionary(dictionary: dict[str, Any]) -> dict[str, Any]:
|
||||
|
||||
def clear_screen() -> None: # pragma: no cover
|
||||
"""Clear the screen."""
|
||||
_ = system("cls") if name == "nt" else system("clear")
|
||||
_ = system("cls") if name == "nt" else system("clear") # noqa: S605, S607
|
||||
|
||||
|
||||
def dict_contains(
|
||||
|
||||
Reference in New Issue
Block a user