From 5e8dc526593047c74a5848527d94fd349538d33b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 22:16:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/hatch_odoo/build_hook.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hatch_odoo/build_hook.py b/src/hatch_odoo/build_hook.py index 184b971..74d0a2c 100644 --- a/src/hatch_odoo/build_hook.py +++ b/src/hatch_odoo/build_hook.py @@ -61,6 +61,6 @@ def initialize(self, version, build_data): pth_file.write(str(editable_path) + "\n") project_name = get_project_name(self.root) force_include_editable = build_data["force_include_editable"] - force_include_editable[ - pth_file.name - ] = f"{project_name}_editable_odoo_addons.pth" + force_include_editable[pth_file.name] = ( + f"{project_name}_editable_odoo_addons.pth" + )