cloudflare-python/scripts/lint
2025-03-18 15:42:23 +11:00

11 lines
165 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running lints"
rye run lint
echo "==> Making sure it imports"
rye run python -c 'import cloudflare'