Remove outdated from Makefile

This commit is contained in:
andrew000 2025-10-04 18:01:53 +03:00
parent 435623544b
commit 5cd2e603f1

View file

@ -131,7 +131,3 @@ release:
git add .
git commit -m "Release $(shell poetry version -s)"
git tag v$(shell hatch version -s)
.PHONY: outdated
outdated:
uv tree --universal --outdated