Licence policy
licence_audit gets licence metadata from Hex for each locked package and checks it against your allow and deny policy. An allow list accepts only the specified licences. A deny list rejects the specified licences.
[tools.licence_audit]allow = ["Apache-2.0", "ISC", "MIT"]deny = ["AGPL-3.0", "GPL-3.0-only"]