Skip to content

Commit 9cf9624

Browse files
committed
Test Pyright for CI
1 parent 1d29387 commit 9cf9624

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

pyproject.in.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ include = [
7373
exclude = [
7474
"doc/build/",
7575
]
76+
77+
[tool.pyright]
78+
# This is for CI.
79+
typeCheckingMode = "strict"

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ dev = [
5252
]
5353

5454
[project.urls]
55-
"Source Code" = "https://github.com/cpburnz/python-pathspec"
55+
"Change Log" = "https://python-path-specification.readthedocs.io/en/latest/changes.html"
5656
"Documentation" = "https://python-path-specification.readthedocs.io/en/latest/index.html"
5757
"Issue Tracker" = "https://github.com/cpburnz/python-pathspec/issues"
58+
"Source Code" = "https://github.com/cpburnz/python-pathspec"
5859

5960
[tool.flit.sdist]
6061
include = [
@@ -73,3 +74,7 @@ include = [
7374
exclude = [
7475
"doc/build/",
7576
]
77+
78+
[tool.pyright]
79+
# This is for CI.
80+
typeCheckingMode = "strict"

0 commit comments

Comments
 (0)