Remove legacy container and GitLab scaffolding and add ruff and pyright checks.

This commit is contained in:
Abel Luck 2026-03-05 16:07:08 +01:00
parent 6870186009
commit fac0de33e6
14 changed files with 118 additions and 310 deletions

View file

@ -18,8 +18,8 @@ dependencies = [
]
[project.urls]
Homepage = "https://gitlab.com/guardianproject-ops/tailscalesd"
Repository = "https://gitlab.com/guardianproject-ops/tailscalesd"
Homepage = "https://guardianproject.dev/ops/tailscalesd"
Repository = "https://guardianproject.dev/ops/tailscalesd"
[project.scripts]
tailscalesd = "tailscalesd.main:main"
@ -30,6 +30,8 @@ dev = [
"pytest-asyncio",
"flake8",
"black",
"ruff",
"pyright",
"bandit",
"isort",
"mypy>=1.2.0",