in ptr.py [0:0]
def _generate_black_cmd(module_dir: Path, black_exe: Path) -> Tuple[str, ...]: return (str(black_exe), "--check", ".")