diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ format: - @black . + @poetry run black . lint: - @mypy --strict swr2_asr - @pylint swr2_asr
\ No newline at end of file + @poetry run mypy --strict swr2_asr + @poetry run pylint swr2_asr
\ No newline at end of file |