From 33744072d8c0906950cdc9cd00fc1f345a51d9d4 Mon Sep 17 00:00:00 2001 From: Pherkel Date: Sun, 20 Aug 2023 15:23:02 +0200 Subject: please the linters --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f0ea9c..a37644c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ format: @poetry run black . +format-check: + @poetry run black --check . + lint: @poetry run mypy --strict swr2_asr @poetry run pylint swr2_asr \ No newline at end of file -- cgit v1.2.3