diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |