diff --git a/Makefile b/Makefile index a8c3d43..53310b2 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ format: .PHONY: lint lint: - $(PYTHON) -m ruff $(python_files) + $(PYTHON) -m ruff check $(python_files) $(PYTHON) -m isort --check $(python_files) - $(PYTHON) -m black --check $(python_files) \ No newline at end of file + $(PYTHON) -m black --check $(python_files)