From cc16cc60626802ed11b2a1a288664e7632638acc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:53:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/mercury_engine_data_structures/dread_data.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mercury_engine_data_structures/dread_data.py b/src/mercury_engine_data_structures/dread_data.py index 7f12ea6..93b3e86 100644 --- a/src/mercury_engine_data_structures/dread_data.py +++ b/src/mercury_engine_data_structures/dread_data.py @@ -71,9 +71,7 @@ def all_property_id_to_name() -> dict[int, str]: return {asset_id: name for name, asset_id in names.items()} -def all_files_ending_with( - ext: str, exclusions: list[str] = None, ver: GameVersion | None = None -) -> list[str]: +def all_files_ending_with(ext: str, exclusions: list[str] = None, ver: GameVersion | None = None) -> list[str]: if not ext.startswith("."): ext = "." + ext