aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5653de7..703405f 100644
--- a/Makefile
+++ b/Makefile
@@ -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