diff --git a/pyproject.toml b/pyproject.toml index 60f608ce28..c136f82907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,3 +24,6 @@ serve-docs = "mkdocs serve" [tool.rye.workspace] members = ["rye-devtools"] + +[tool.pytest.ini_options] +addopts = "--ignore target"