Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent 56553d7 commit 1d98e66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hatch_odoo/build_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 1d98e66

Please sign in to comment.