#!/usr/bin/env python3
from libtrx.cli.additional_lint import run_script
from tr2x.paths import TR2X_REPO_DIR

run_script(root_dir=TR2X_REPO_DIR)
