Remove legacy container and GitLab scaffolding and add ruff and pyright checks.
This commit is contained in:
parent
6870186009
commit
fac0de33e6
14 changed files with 118 additions and 310 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue