[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:30:25 +00:00
parent 2b39c9075f
commit 07ad091363

View file

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