diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-05-05 10:10:45 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-05-06 19:29:12 -0700 |
| commit | 68e0d456170baa8a602035bcc52e5b7b4388912a (patch) | |
| tree | e31e2218752b7101213f574a236f878dde00a3d7 /pyproject.toml | |
| parent | lint and fmt (diff) | |
| download | infra-68e0d456170baa8a602035bcc52e5b7b4388912a.tar.gz | |
add some utility functions
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 2 |
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" |
