From 2d259159808fc5370933a3843abba8b1f4560c1d Mon Sep 17 00:00:00 2001 From: Pherkel Date: Fri, 18 Aug 2023 13:57:03 +0200 Subject: fix ci pipeline --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5653de7..703405f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ format: - @poetry run black . + @black . lint: - @poetry run mypy --strict . - @poetry run pylint swr2_asr \ No newline at end of file + @mypy --strict swr2_asr + @pylint swr2_asr \ No newline at end of file -- cgit v1.2.3