Skip to content

Commit

Permalink
chore: pyproject add ignore (squash)
Browse files Browse the repository at this point in the history
  • Loading branch information
syu-w committed Dec 1, 2023
1 parent abc6e78 commit c923126
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,21 +171,23 @@ exclude_also = [

[tool.pyright]
strict = ["rockcraft"]
pythonVersion = "3.10"
pythonVersion = "3.8"
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 c923126

Please sign in to comment.