Skip to content

Commit fe7d77e

Browse files
authored
Merge pull request #2 from MiraGeoscience/DEVOPS-420
[DEVOPS-420] Correct entry_point
2 parents f099390 + 014c0cd commit fe7d77e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ pytest-cov = "*"
2929
tomli = "*"
3030

3131
[tool.poetry.scripts]
32-
check_copyright = "hooks.check_copyright:main"
33-
git_message_hook = "hooks.git_message_hook:main"
32+
check_copyright = "mirageoscience.hooks.check_copyright:main"
33+
git_message_hook = "mirageoscience.hooks.git_message_hook:main"
3434

3535
[tool.ruff]
3636
target-version = "py310"

0 commit comments

Comments
 (0)