1 Star 0 Fork 0

夏天的西瓜/adetailer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dowon 提交于 2023-10-30 22:01 . chore: add ruff rules
[project]
name = "adetailer"
description = "An object detection and auto-mask extension for stable diffusion webui."
authors = [{ name = "dowon", email = "[email protected]" }]
requires-python = ">=3.8,<3.12"
readme = "README.md"
license = { text = "AGPL-3.0" }
[project.urls]
repository = "https://github.com/Bing-su/adetailer"
[tool.isort]
profile = "black"
known_first_party = ["launch", "modules"]
[tool.ruff]
select = [
"A",
"B",
"C4",
"C90",
"E",
"EM",
"F",
"FA",
"I001",
"ISC",
"N",
"PERF",
"PIE",
"PT",
"PTH",
"RET",
"RUF",
"SIM",
"UP",
"W",
]
ignore = ["B008", "B905", "E501", "F401", "UP007"]
[tool.ruff.isort]
known-first-party = ["launch", "modules"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mrxir/adetailer.git
[email protected]:mrxir/adetailer.git
mrxir
adetailer
adetailer
main

搜索帮助