build(deps): bump ruff to v0.0.264

This commit is contained in:
Nathaniel Landau
2023-05-05 13:14:03 -04:00
parent 2e61a92ad1
commit dbf1cc8e13
4 changed files with 24 additions and 24 deletions

View File

@@ -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(