.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 14:52:40 -0700
changeset 48872 968b29a5a7fc
parent 44128 ff396501e841
permissions -rw-r--r--
check-py3-compat: drop support for Python 2 We no longer support Python 2 so we can drop support for linting code for Python 2 support. This gets rid of the check for `from __future__`, enabling us to delete those imports. Differential Revision: https://phab.mercurial-scm.org/D12251

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