From 68e0d456170baa8a602035bcc52e5b7b4388912a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 5 May 2024 10:10:45 -0700 Subject: add some utility functions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e0ff2f4..3bf7f69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ max-line-length = 120 length-sort = true length-sort-straight = true combine-as-imports = true -known-first-party = ["rbx_nomad"] +known-first-party = ["rbx_nomad", "term", "git"] [project.scripts] gha_billing = "cli.gha_billing:cli" -- cgit v1.2.3