diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ba427b..ac4c68c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] diff --git a/pyproject.toml b/pyproject.toml index a12a843..82a7ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]