Skip to content

Commit

Permalink
pyproject add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
syu-w committed Dec 1, 2023
1 parent abc6e78 commit cb83ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb83ac8

Please sign in to comment.