mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 09:34:46 +02:00
4 lines
64 B
Bash
Executable File
4 lines
64 B
Bash
Executable File
#!/bin/sh -e
|
|
python3 -m flake8 qemu/
|
|
python3 -m flake8 scripts/
|