From cb83ac87e431dc99541351fb90fbede91027ba25 Mon Sep 17 00:00:00 2001 From: Sheng Yu Date: Fri, 1 Dec 2023 10:11:43 -0500 Subject: [PATCH] pyproject add ignore --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc1938999..8133c1793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -176,16 +176,18 @@ pythonPlatform = "Linux" exclude = [ "**/.*", "**/__pycache__", + "docs/sphinx-starter-pack", # pyright might not like the annotations generated by setuptools_scm "**/_version.py", ] [tool.mypy] -python_version = "3.8" +python_version = "3.10" exclude = [ "build", "tests", "results", + "docs/sphinx-starter-pack", ] warn_unused_configs = true warn_redundant_casts = true