chore: add pytest to pyproject.toml

ref: #731
This commit is contained in:
2025-04-20 01:19:05 +09:30
parent 9e1a426240
commit 705b245514

View File

@ -13,4 +13,7 @@ source-roots = [
[tool.pylint.variables]
allow-global-unused-variables = true
init-import = true
init-import = true
[tool.pytest.ini_options]