diff --git a/Makefile b/Makefile index e670e4be4..5e6693da0 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,12 @@ LIB = mikeio -LIB = mikeio - check: lint typecheck test build: typecheck test python -m build lint: - ruff check mikeio + ruff check $(LIB)/ format: ruff format $(LIB)/