1 Star 2 Fork 4

xiaofeng01/sqllineage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
delphisharp 提交于 2024-04-07 16:13 . fix: Set param from config (#553)
[tox]
envlist = py38,py39,py310,py311,py312
[testenv]
deps =
.[ci]
commands =
black . --check --diff
flake8
bandit -r sqllineage
mypy
pytest --cov
[flake8]
exclude = .tox,.git,__pycache__,build,sqllineagejs,venv,env
max-line-length = 120
ignore = A005,W503
show-source = true
enable-extensions=G
application-import-names = sqllineage
import-order-style = pycharm
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xiaofeng01/sqllineage.git
[email protected]:xiaofeng01/sqllineage.git
xiaofeng01
sqllineage
sqllineage
master

搜索帮助