#!/usr/bin/env bash
set -euo pipefail
bash .github/ci/setup-python
uv run mypy src/dns_updater
