Skip to content

Commit bf6c71c

Browse files
authored
update Makefile: replace individual lint commands with pre-commit for streamlined checks (#23)
1 parent e48d5e7 commit bf6c71c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ devices:
4747
ovmobilebench list-devices
4848

4949
lint:
50-
ruff check ovmobilebench
51-
mypy ovmobilebench --ignore-missing-imports
50+
pre-commit run --all-files
5251

5352
test:
5453
pytest tests/ -v

0 commit comments

Comments
 (0)