From 6a03dbb4ff68c8506232dba76040a15a8cd533d2 Mon Sep 17 00:00:00 2001 From: Alexander Nesterov Date: Mon, 18 Aug 2025 00:39:47 +0200 Subject: [PATCH] update Makefile: replace individual lint commands with pre-commit for streamlined checks --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4a8d993..bdd8330 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,7 @@ devices: ovmobilebench list-devices lint: - ruff check ovmobilebench - mypy ovmobilebench --ignore-missing-imports + pre-commit run --all-files test: pytest tests/ -v