From 8f122d25e3b502fa8ee117227f52841ca4a92796 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 22 Oct 2023 01:19:13 +0200 Subject: [PATCH] make format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92596a45..2e566406 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ black-check: poetry run black . --check mypy: - poetry run mypy cashu --ignore-missing --check-untyped-defs + poetry run mypy cashu --check-untyped-defs format: black ruff