[tool.uv.workspace] members = [ "packages/meshbay-common", "packages/meshbay-hub", "packages/meshbay-node", ] [tool.ruff] line-length = 100 target-version = "py312" [tool.ruff.lint] select = ["E", "F", "I", "UP"] [tool.pytest.ini_options] testpaths = [ "packages/meshbay-common/tests", "packages/meshbay-hub/tests", "packages/meshbay-node/tests", ] asyncio_mode = "auto"