Skip to content

Commit 0287e04

Browse files
committed
Test Pyright for CI
1 parent 67868a4 commit 0287e04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.in.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ exclude = [
7777
[tool.pyright]
7878
# This is for CI.
7979
include = ["pathspec"]
80-
typeCheckingMode = "strict"
80+
typeCheckingMode = "standard"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ exclude = [
7878
[tool.pyright]
7979
# This is for CI.
8080
include = ["pathspec"]
81-
typeCheckingMode = "strict"
81+
typeCheckingMode = "standard"

0 commit comments

Comments
 (0)