line length

This commit is contained in:
Paul Tarjan 2025-12-26 15:17:13 -07:00
parent ed0d44b665
commit 7b1d351330

View file

@ -111,7 +111,10 @@ def _ns(
def _rev_exists(rev: str) -> bool: def _rev_exists(rev: str) -> bool:
return subprocess.call(('git', 'cat-file', '-e', rev), stderr=subprocess.DEVNULL) == 0 return subprocess.call(
('git', 'cat-file', '-e', rev),
stderr=subprocess.DEVNULL,
) == 0
def _pre_push_ns( def _pre_push_ns(