1 Star 0 Fork 0

funfwo/sage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyrightconfig.json 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthias Koeppe 提交于 2023-08-21 09:59 . Drop support for Python 3.8
{
"include": [
"src/sage"
],
"executionEnvironments": [
{
"root": "src"
}
],
"pythonVersion": "3.9",
"exclude": ["venv"],
"venvPath": "./venv/",
"venv": "./",
"reportGeneralTypeIssues": "warning",
"reportUnboundVariable": "warning",
"reportDuplicateImport": "error",
"reportOptionalMemberAccess": "warning",
"reportOptionalCall": "warning",
"reportOptionalSubscript": "warning",
"reportOptionalIterable": "warning",
"reportUndefinedVariable": "warning",
"reportOptionalOperand": "warning",
"reportMissingImports": "warning",
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/funfwo/sage.git
git@gitee.com:funfwo/sage.git
funfwo
sage
sage
develop

搜索帮助