Files
sd-webui-faceswaplab/check.sh
T
2023-07-29 11:26:55 +02:00

5 lines
140 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