Created
March 25, 2019 22:31
-
-
Save kinow/4f9407f29a8bba4f3eb09fe516413b10 to your computer and use it in GitHub Desktop.
pyrightconfig.json for cylc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"include": [ | |
"lib/cylc/", | |
"lib/parsec", | |
"lib/Jinja2Filters", | |
"bin" | |
], | |
"exclude": [ | |
"lib/isodatetime/", | |
"lib/markupsafe/", | |
"lib/jinja2/", | |
"conf", | |
"doc", | |
"etc", | |
"licences", | |
"tests", | |
"usr", | |
"venv" | |
], | |
"typingsPath": "src/typestubs", | |
"reportTypeshedErrors": false, | |
"reportMissingImports": true, | |
"pythonVersion": "3.6", | |
"pythonPlatform": "Linux", | |
"executionEnvironments": [ | |
{ | |
"root": "lib", | |
"pythonVersion": "3.6", | |
"pythonPlatform": "Linux", | |
"venv": "venv", | |
"extraPaths": [ | |
"lib" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment