Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add mininmal configuration for type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jun 4, 2020
1 parent ca06162 commit 3f93d31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"include": [
"src/sage/manifolds"
],

"pythonVersion": "3.7"
}

0 comments on commit 3f93d31

Please sign in to comment.