aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-05 10:10:45 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-06 19:29:12 -0700
commit68e0d456170baa8a602035bcc52e5b7b4388912a (patch)
treee31e2218752b7101213f574a236f878dde00a3d7 /pyproject.toml
parentlint and fmt (diff)
downloadinfra-68e0d456170baa8a602035bcc52e5b7b4388912a.tar.gz
add some utility functions
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"