aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPherkel2023-08-20 15:50:36 +0200
committerGitHub2023-08-20 15:50:36 +0200
commit14ceeb5ad36beea2f05214aa26260cdd1d86590b (patch)
tree891cedeb665913af1a078a3778afffbccd37bae7 /Makefile
parentf88c9afc6e9efcb6f79a959779114095c23e0cef (diff)
parent899a5e1cd7ca9b0601ed64ca3157e2052dd3e669 (diff)
Merge pull request #22 from Algo-Boys/tokenizer
Tokenizer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f0ea9c..a37644c 100644
--- a/Makefile
+++ b/Makefile
@@ -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