From bae245ea63c000c65478b787de07b1a0bd640c33 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Fri, 19 Jan 2024 13:17:42 -0800 Subject: [PATCH] update pytest configs --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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'