nit(dev): put filetype clause on top

This commit is contained in:
Xarvex
2026-07-06 15:15:28 -05:00
parent 65cb49e472
commit 3e26b990f7
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -1,3 +1,4 @@
# vi: ft=bash
# shellcheck shell=bash
# If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it.
@@ -15,5 +16,3 @@ use flake
# Only watch now, or direnv will execute again if created or modified by itself.
watch_file "${UV_PROJECT_ENVIRONMENT:-.venv}"/bin/activate
# vi: ft=bash
+1 -2
View File
@@ -1,3 +1,4 @@
# vi: ft=sh
# shellcheck shell=bash
# If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it.
@@ -28,5 +29,3 @@ if [ ! -f "${venv}"/pyproject.toml ] || ! diff --brief pyproject.toml "${venv}"/
fi
pre-commit install
# vi: ft=bash