blitzkode / pyproject.toml
neuralbroker's picture
Update clean backend-only project docs and eval
df1ef5e verified
Raw
History Blame Contribute Delete
430 Bytes
[tool.ruff]
target-version = "py311"
line-length = 140
extend-exclude = ["scripts", "llama.cpp"]
[tool.ruff.lint]
select = ["E", "F", "W", "I", "N", "UP", "B", "C4", "SIM"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
[tool.mypy]
python_version = "3.11"
warn_return_any = true
warn_unused_configs = true
ignore_missing_imports = true
follow_imports = "skip"
[tool.pytest.ini_options]
testpaths = ["tests"]