blitzkode / pyproject.toml
neuralbroker's picture
Update pyproject.toml (v2.1 production)
ca48966 verified
raw
history blame
381 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"