[tool.ruff] line-length = 99 [tool.ruff.format] skip-magic-trailing-comma = false [tool.ruff.lint] extend-select = ["I"] ignore = ["E731", "E203", "F403", "F811"] [tool.ruff.lint.per-file-ignores] "**/package.py" = ["F403", "F405", "F811", "F821"] [tool.pyright] useLibraryCodeForTypes = true reportMissingImports = true reportWildcardImportFromLibrary = false include = ["repos"] extraPaths = ["repos"]