Files
sd-webui-faceswaplab/check.sh
T
2023-07-28 20:47:14 +02:00

4 lines
139 B
Bash
Executable File

#!/bin/bash
autoflake --in-place --remove-unused-variables -r --remove-all-unused-imports .
mypy --install-types
pre-commit run --all-files