chore: joj3-forge as script alias
All checks were successful
build / build (push) Successful in 1m48s

This commit is contained in:
张泊明518370910136 2025-05-27 20:46:59 -04:00
parent 58037b4672
commit 9dda8ca7d9

View File

@ -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"]