File size: 598 Bytes
34097e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[project]
name = "sd-webui-tunnels"
version = "23.2.1"
description = "Tunneling extension for automatic1111 sd-webui"
authors = [
    {name = "dowon", email = "ks2515@naver.com"},
]
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}

[project.urls]
repository = "https://github.com/Bing-su/sd-webui-tunnels"

[tool.isort]
profile = "black"
known_first_party = ["modules", "launch"]

[tool.ruff]
select = ["A", "B", "C4", "E", "F", "I001", "N", "PT", "UP", "W"]
ignore = ["B008", "B905", "E501"]
unfixable = ["F401"]

[tool.ruff.isort]
known-first-party = ["modules", "launch"]