diff --git a/Makefile b/Makefile index 82c469b..3f191b4 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ch13: .PHONY: lint format test lint: - ruff check . + ruff check tests/ format: black . test: