aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index a37644c..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-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