We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574a9bb commit 014c0cdCopy full SHA for 014c0cd
1 file changed
pyproject.toml
@@ -29,8 +29,8 @@ pytest-cov = "*"
29
tomli = "*"
30
31
[tool.poetry.scripts]
32
-check_copyright = "hooks.check_copyright:main"
33
-git_message_hook = "hooks.git_message_hook:main"
+check_copyright = "mirageoscience.hooks.check_copyright:main"
+git_message_hook = "mirageoscience.hooks.git_message_hook:main"
34
35
[tool.ruff]
36
target-version = "py310"
0 commit comments