Skip to content

Instantly share code, notes, and snippets.

@kinow
Created March 25, 2019 22:31
Show Gist options
  • Save kinow/4f9407f29a8bba4f3eb09fe516413b10 to your computer and use it in GitHub Desktop.
Save kinow/4f9407f29a8bba4f3eb09fe516413b10 to your computer and use it in GitHub Desktop.
pyrightconfig.json for cylc
{
"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