Files
2026-07-13 12:28:23 +08:00

11 lines
133 B
Bash
Executable File

#!/bin/bash
# Format with black
black argostranslate
black setup.py
# Sort imports with isort
isort argostranslate
isort setup.py