mirror of https://github.com/Bing-su/adetailer.git
chore: change toml formattor
parent
fcb15331c7
commit
902a3d6445
|
|
@ -26,6 +26,6 @@ repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.15.0
|
rev: v0.15.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff-check
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
|
|
||||||
|
|
@ -1,27 +1,27 @@
|
||||||
[project]
|
[project]
|
||||||
name = "adetailer"
|
name = "adetailer"
|
||||||
description = "An object detection and auto-mask extension for stable diffusion webui."
|
description = "An object detection and auto-mask extension for stable diffusion webui."
|
||||||
authors = [{ name = "dowon", email = "ks2515@naver.com" }]
|
|
||||||
requires-python = ">=3.9"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.9"
|
||||||
license = { text = "AGPL-3.0" }
|
license = { text = "AGPL-3.0" }
|
||||||
dependencies = [
|
authors = [{ name = "dowon", email = "ks2515@naver.com" }]
|
||||||
"ultralytics>=8.2",
|
|
||||||
"mediapipe>=0.10.13",
|
|
||||||
"pydantic<3",
|
|
||||||
"rich>=13",
|
|
||||||
"huggingface_hub",
|
|
||||||
]
|
|
||||||
keywords = [
|
keywords = [
|
||||||
|
"adetailer",
|
||||||
"stable-diffusion",
|
"stable-diffusion",
|
||||||
"stable-diffusion-webui",
|
"stable-diffusion-webui",
|
||||||
"adetailer",
|
|
||||||
"ultralytics",
|
"ultralytics",
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: GNU Affero General Public License v3",
|
"License :: OSI Approved :: GNU Affero General Public License v3",
|
||||||
"Topic :: Scientific/Engineering :: Image Recognition",
|
"Topic :: Scientific/Engineering :: Image Recognition",
|
||||||
]
|
]
|
||||||
|
dependencies = [
|
||||||
|
"huggingface_hub",
|
||||||
|
"mediapipe>=0.10.13",
|
||||||
|
"pydantic<3",
|
||||||
|
"rich>=13",
|
||||||
|
"ultralytics>=8.2",
|
||||||
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
@ -62,6 +62,7 @@ select = [
|
||||||
"PD",
|
"PD",
|
||||||
"PERF",
|
"PERF",
|
||||||
"PL",
|
"PL",
|
||||||
|
"PLC",
|
||||||
"PIE",
|
"PIE",
|
||||||
"PT",
|
"PT",
|
||||||
"PTH",
|
"PTH",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue