diff --git a/Makefile b/Makefile index c25ae89e..e30d71aa 100644 --- a/Makefile +++ b/Makefile @@ -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