diff --git a/pyproject.toml b/pyproject.toml index 76b5e15..d57d5b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,3 +35,6 @@ indent-style = "space" [tool.ruff.lint] select = ["E", "F", "B"] ignore = ["E501"] + +[tool.pytest.ini_options] +addopts = '--doctest-modules --ignore examples'