update: add ruff and pytest config in pyproject.toml

This commit is contained in:
2026-04-17 03:28:11 -04:00
parent 481316906f
commit 1cebf30491
+10
View File
@@ -20,3 +20,13 @@ backend-path = ["."]
[tool.uv] [tool.uv]
package = true package = true
[tool.ruff]
line-length = 88
target-version = "py313"
[tool.ruff.lint]
select = ["E", "F", "I", "B", "UP"]
[tool.pytest.ini_options]
testpaths = ["tests"]