From 1311e11e996c5591a9870c57d741e6cc2c0a0cb9 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Sat, 16 Nov 2024 19:58:15 +0000 Subject: [PATCH] Fix formatting --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)