kheops/run_quality.sh

6 lines
79 B
Bash
Executable File

#!/bin/bash
pylint --output-format=colorized kheops ; echo $?
# black kheops