diff --git a/Makefile b/Makefile index 02b7a831..d628746a 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ test: #: format - Run the PEP8 formatter. .PHONY: format format: - ruff check --fix # Fix linting eerrors + ruff check --fix # Fix linting errors ruff format # fix formatting errors