Intentionally break black formatting

This commit is contained in:
Mikhail f. Shiryaev 2022-07-20 15:20:58 +02:00
parent f60dcc30fb
commit 685a8f3949
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -90,9 +90,9 @@ def checkout_head(pr_info: PRInfo):
remote_url = pr_info.event["pull_request"]["base"]["repo"]["ssh_url"]
git_prefix = ( # All commits to remote are done as robot-clickhouse
"git -c user.email=robot-clickhouse@clickhouse.com "
"-c user.name=robot-clickhouse -c commit.gpgsign=false "
"-c core.sshCommand="
"'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'"
"-c user.name=robot-clickhouse -c commit.gpgsign=false "
"-c core.sshCommand="
"'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'"
)
fetch_cmd = (
f"{git_prefix} fetch --depth=1 "