diff --git a/.mrconfig b/.mrconfig index 00d50fdf075f74443a93d71694962667f641efac..736d89dd3ee18d9b73c3d756247cac2653476ab3 100644 --- a/.mrconfig +++ b/.mrconfig @@ -3,6 +3,10 @@ [snippets] checkout = git clone 'https://forge.softwareheritage.org/source/snippets.git' 'snippets' +[swh-auth] +checkout = git clone 'https://forge.softwareheritage.org/source/swh-auth.git' 'swh-auth' +fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install + [swh-core] checkout = git clone 'https://forge.softwareheritage.org/source/swh-core.git' 'swh-core' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install