We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48d5e7 commit 6a03dbbCopy full SHA for 6a03dbb
1 file changed
Makefile
@@ -47,8 +47,7 @@ devices:
47
ovmobilebench list-devices
48
49
lint:
50
- ruff check ovmobilebench
51
- mypy ovmobilebench --ignore-missing-imports
+ pre-commit run --all-files
52
53
test:
54
pytest tests/ -v
0 commit comments