doc-ingestion / pyproject.toml
Vamshi Pokala
chore(ci): fix Ruff lint and Mypy for GitHub Actions
40db081
Raw
History Blame
237 Bytes
[tool.ruff]
line-length = 120
src = ["src"]
[tool.ruff.lint]
select = ["E", "F", "I"] # pycodestyle errors, pyflakes, isort
[tool.mypy]
python_version = "3.13"
strict = false
ignore_missing_imports = true
plugins = ["pydantic.mypy"]