1 Star 0 Fork 0

sync_github_repo/FastUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
Samuel Colvin 提交于 2024-02-09 18:11 . GitHub auth provider (#174)
# this is not the used for the python package "fastui",
# for that see packages/python-fastui/pyproject.toml
[tool.ruff]
line-length = 120
extend-select = ["Q", "RUF100", "UP", "I"]
flake8-quotes = {inline-quotes = "single", multiline-quotes = "double"}
format.quote-style="single"
target-version = "py38"
[tool.pyright]
include = ["src/python-fastui/fastui"]
[tool.pytest.ini_options]
testpaths = [
"src/python-fastui/tests",
"demo/tests.py",
]
xfail_strict = true
filterwarnings = ["error"]
asyncio_mode = "auto"
[tool.coverage.run]
source = ["src/python-fastui/fastui"]
omit = [
"src/python-fastui/fastui/__main__.py",
"src/python-fastui/fastui/generate_typescript.py",
]
[tool.coverage.report]
precision = 2
exclude_lines = [
'pragma: no cover',
'raise NotImplementedError',
'if TYPE_CHECKING:',
'if typing.TYPE_CHECKING:',
'@overload',
'@typing.overload',
'\(Protocol\):$',
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sync_repo/FastUI.git
git@gitee.com:sync_repo/FastUI.git
sync_repo
FastUI
FastUI
main

搜索帮助