fix: pdm lint on tests

This commit is contained in:
张泊明518370910136 2024-10-17 22:19:54 -04:00
parent 65a5bf4141
commit 561597b814
GPG Key ID: D47306D7062CDA9D

View File

@ -30,7 +30,7 @@ test = ["pytest>=8.3.3", "pytest-cov>=5.0.0"]
dev = ["pre-commit>=4.0.1"] dev = ["pre-commit>=4.0.1"]
[tool.pdm.scripts] [tool.pdm.scripts]
lint = "mypy joj3_config_generator" lint = "mypy joj3_config_generator tests"
test = "pytest" test = "pytest"
all = { composite = ["lint", "test"] } all = { composite = ["lint", "test"] }
app.call = "joj3_config_generator.main:app" app.call = "joj3_config_generator.main:app"