diff --git a/Makefile b/Makefile index f021d7c..afcb024 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ test: .PHONY: lint lint: - ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 . - ruff --format=github --target-version=py37 . + ruff check --format=github --select=E9,F63,F7,F82 --target-version=py37 . + ruff check --format=github --target-version=py37 . .PHONY: update-examples update-example: