home: direnv: lib: also watch '.python-version'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

It's used by `uv` as a kind of configuration file, so watch it as well.
This commit is contained in:
Bruno BELANYI 2024-11-27 15:12:10 +00:00
parent e39fef275c
commit f2168378fc

View file

@ -53,4 +53,5 @@ layout_uv() {
PATH_add "$VIRTUAL_ENV/bin"
watch_file pyproject.toml
watch_file uv.lock
watch_file .python-version
}