File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,3 +73,7 @@ include = [
7373exclude = [
7474 " doc/build/" ,
7575]
76+
77+ [tool .pyright ]
78+ # This is for CI.
79+ typeCheckingMode = " strict"
Original file line number Diff line number Diff 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 ]
6061include = [
@@ -73,3 +74,7 @@ include = [
7374exclude = [
7475 " doc/build/" ,
7576]
77+
78+ [tool .pyright ]
79+ # This is for CI.
80+ typeCheckingMode = " strict"
You can’t perform that action at this time.
0 commit comments