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
6
.envrc
6
.envrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue