Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Galindo <[email protected]>
  • Loading branch information
pablogsal committed Nov 16, 2024
1 parent a87f6df commit 1fc7c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
$(PYTHON) -m black --check $(python_files)

0 comments on commit 1fc7c2a

Please sign in to comment.