diff --git a/pyproject.toml b/pyproject.toml index 6396c739b..c4313fd3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -319,3 +319,6 @@ ignore = ["W002"] [tool.repo-review] ignore = ["PY007", "PP308", "GH102", "MY101"] + +[tool.hatch.metadata] +allow-direct-references = true