From c0f2afb354676113b591a22309c6c84c1725e50a Mon Sep 17 00:00:00 2001 From: katharine Date: Wed, 13 Nov 2024 16:36:30 -0500 Subject: [PATCH] let code breathe --- .envrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.envrc b/.envrc index 83da11d20..25cab32ec 100644 --- a/.envrc +++ b/.envrc @@ -8,6 +8,7 @@ watch_file './rust-toolchain.toml' watch_file './site_scons/env.py' eval $(./site_scons/env.py --export) + export SCONSFLAGS="${SCONSFLAGS:-} --directory=$(expand_path .)" @@ -57,4 +58,5 @@ if [ ! -f "$DIRENV_INSTALLED_CRATES" ]; then invoke deps.cargo.install fi + pre-commit install --allow-missing-config