[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-12-26 22:34:08 +00:00
parent aec205773a
commit 58cbea1156

View file

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