diff options
author | Pherkel | 2023-08-18 13:57:03 +0200 |
---|---|---|
committer | Pherkel | 2023-08-18 13:57:03 +0200 |
commit | 2d259159808fc5370933a3843abba8b1f4560c1d (patch) | |
tree | ed0be3eb3b66ddd43f9c49e8470f9e13d8ec1500 /Makefile | |
parent | 20b02196820097a75897e380c5e0d4f9cb2138f4 (diff) |
fix ci pipeline
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 |