-
I have released a small tool for Linux/Wayland to let you zoom the current screen and annotate it and have a few other features to make it easy when presenting. It's called shmooz and available on AUR and github https://github.com/chmouel/shmooz
-
Running uv and pre-commit in a container (like on github actions), it looks simple but yet it took me many iterations to get there (i am sure someone may mentions a better way)
python3 -mpip install -U uv
uv sync
export PATH="$PATH:$(pwd)/.venv/bin"
uv add pre-commit ruff pylint
.venv/bin/pre-commit run -a