chore: use direnv to manage python venv #8
Reference in New Issue
Block a user
Delete Branch "chore/dir-env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a
.envrcso direnv automatically activates the QMK Python venv on entry, removing the need to manuallysource .venv/bin/activatebefore every session.