.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 21 Feb 2022 10:56:31 -0700
changeset 48881 82f1c46cce5c
parent 44128 ff396501e841
permissions -rw-r--r--
check-code: allow importing Python 3 modules Now that we no longer support Python 2, we should be able to import and use the Python 3 only modules in our code. So remove a lint banning this. Differential Revision: https://phab.mercurial-scm.org/D12284

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "phabricator.uri": "https://phab.mercurial-scm.org/",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}