diff --git a/Makefile b/Makefile index 2b99c41..d104761 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ lint: test: poetry run mypy . - poetry run pytest + # No tests yet lol + # poetry run pytest # Faster tests, only running what's changed test-fast: