From 013c71605185653f735b6a7e6fe622becc03e0fa Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 11 Mar 2023 10:10:58 +0330 Subject: we now revive the scheduler if it dies. added a new option to determine which tunnels to auto_start --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index ad57e70..44270e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.3.6" +version = "0.4.0" description = "A top-like tunnel manager" authors = ["terminaldweller "] license = "GPL-3.0" @@ -27,3 +27,8 @@ python = "^3.11" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.ruff] +profile = "black" +target-version = "py311" +unfixable = ["B", "SIM", "TRY", "RUF"] -- cgit v1.2.3