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

6
.envrc
View file

@ -1,3 +1,7 @@
#!/usr/bin/env bash
if [[ $(type -t use_flake) != function ]]; then
echo "ERROR: direnv's use_flake function missing. update direnv to v2.30.0 or later." && exit 1
fi
export TAILSCALESD_ENV_FILE=./dev.env
use nix
use flake
dotenv