diff --git a/Makefile b/Makefile index d54e513c5..b11ba8418 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ lint: # TESTING # ======= test: - poetry run pytest $(OPTIONS) + poetry run pytest # PRE-COMMIT LINTING & TESTING