Skip to content

Commit

Permalink
Add notes to pyright config
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 27, 2024
1 parent 4c8ec7b commit bf54226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ ignore = [

[tool.pyright]
pythonVersion = "3.10"
# DevGoal: "strict"
typeCheckingMode = "standard"
include = [
"icepyx",
Expand All @@ -114,6 +115,7 @@ exclude = [
"**/__pycache__",
"icepyx/tests",
]
# DevGoal: Remove all ignores
ignore = [
"icepyx/quest/*",
"icepyx/core/APIformatting.py",
Expand Down

0 comments on commit bf54226

Please sign in to comment.