PaperCast / pyproject.toml
Max2191
Initial Build
14c7fcf
Raw
History Blame Contribute Delete
177 Bytes
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]
[tool.ruff]
line-length = 100
target-version = "py311"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B"]