summaryrefslogtreecommitdiff
path: root/pyrightconfig-ci.json
AgeCommit message (Collapse)Author
2022-01-23[mod] add test.pyright to test & ci.test targetsMartin Fischer
Since we currently have many type checking errors, we for now only test with typeCheckingMode: off which makes pyright only check files that contain a comment: # pyright: basic to enable basic type checking, or # pyright: strict to enable strict type checking.