mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
4 lines
62 B
Bash
Executable File
4 lines
62 B
Bash
Executable File
#!/bin/sh -e
|
|
python3 -m mypy -p qemu
|
|
python3 -m mypy scripts/
|