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