1 Star 2 Fork 0

fociceo/playwright-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tool:pytest]
markers =
skip_browser
only_browser
skip_platform
only_platform
junit_family=xunit2
[mypy]
ignore_missing_imports = True
python_version = 3.7
warn_unused_ignores = False
warn_redundant_casts = True
warn_unused_configs = True
check_untyped_defs = True
disallow_untyped_defs = True
[mypy-tests.*]
check_untyped_defs = False
disallow_untyped_defs = False
[flake8]
ignore =
E501
W503
E302
[isort]
profile = black
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fociceo/playwright-python.git
git@gitee.com:fociceo/playwright-python.git
fociceo
playwright-python
playwright-python
master

搜索帮助