From 9dda8ca7d931d2e1cc7d67edf13ee817384667b5 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Tue, 27 May 2025 20:46:59 -0400 Subject: [PATCH] chore: joj3-forge as script alias --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c403e45..78cc087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ license = { text = "MIT" } [project.scripts] joj3-config-generator = "joj3_config_generator.main:app" +joj3-forge = "joj3_config_generator.main:app" [tool.bandit] exclude_dirs = ["tests"] @@ -50,7 +51,7 @@ excludes = ["tests"] [tool.pytest.ini_options] testpaths = ["tests"] -xfail_strict=true +xfail_strict = true [tool.mypy] plugins = ["pydantic.mypy"]