DEBSOURCES
Skip Quicknav
sources / pcs / 0.12.1-2 / scripts / pre-commit / check-format.sh
1234567
#!/bin/sh if make --dry-run ruff_format_check > /dev/null 2>&1; then make ruff_format_check else echo "No 'make ruff_format_check', skipping..." fi