From 278858ae87ae61bb22e67cc00b480224c58be67c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:49:21 +0000 Subject: [PATCH] style: format code with Black This commit fixes the style issues introduced in 710a4f0 according to the output from Black. Details: None --- src/lastversion/repo_holders/mercurial.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lastversion/repo_holders/mercurial.py b/src/lastversion/repo_holders/mercurial.py index 5d79fce..282cf58 100644 --- a/src/lastversion/repo_holders/mercurial.py +++ b/src/lastversion/repo_holders/mercurial.py @@ -5,6 +5,7 @@ class MercurialRepoSession(BaseProjectHolder): """Mercurial repository holder.""" + CAN_BE_SELF_HOSTED = True REPO_URL_PROJECT_COMPONENTS = 1