fix: ruff isort
parent
60e5a6048f
commit
01f0a60d67
|
|
@ -19,7 +19,7 @@ repos:
|
|||
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
# Ruff version.
|
||||
rev: "v0.0.241"
|
||||
rev: "v0.0.244"
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "sd-webui-tunnels"
|
||||
version = "23.2.0"
|
||||
version = "23.2.1"
|
||||
description = "Tunneling extension for automatic1111 sd-webui"
|
||||
authors = [
|
||||
{name = "dowon", email = "ks2515@naver.com"},
|
||||
|
|
@ -20,3 +20,6 @@ known_first_party = ["modules", "launch"]
|
|||
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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue