aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPherkel2023-08-18 13:57:03 +0200
committerPherkel2023-08-18 13:57:03 +0200
commit2d259159808fc5370933a3843abba8b1f4560c1d (patch)
treeed0be3eb3b66ddd43f9c49e8470f9e13d8ec1500 /Makefile
parent20b02196820097a75897e380c5e0d4f9cb2138f4 (diff)
fix ci pipeline
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