diff options
author | Pherkel | 2023-08-19 11:06:33 +0200 |
---|---|---|
committer | Pherkel | 2023-08-19 11:06:33 +0200 |
commit | 3880339761062a588f467c4ea891338838c533e9 (patch) | |
tree | 5638b0a224d9bb1d41a8b392efec30bbbd1b175b /Makefile | |
parent | 7c375276b44dc933b3311c87601e0ac6945f5be8 (diff) | |
parent | 9b4592caac90a41eb6ce18558588ef504c49f58e (diff) |
Merge branch 'wave2vec2'
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 |