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