#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
source script/_lib/python_runner.sh
_LINT="ru""ff"
run_py_module "$_LINT" check src/ tests/ script/ "$@"
