diff --git a/pyproject.toml b/pyproject.toml index 1d2ccd0..c2ce639 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,3 +15,8 @@ mypy = "^1.10.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[mypy] +ignore = [ + "src/doodles/examples/*" +]