gistillery / pyproject.toml
Benjamin Bossan
Use transformers agents where applicable
01ae0bb
[tool.black]
line-length = 88
target_version = ['py310', 'py311']
preview = true
skip_string_normalization = true
[tool.ruff]
line-length = 88
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
addopts = "--cov=src --cov-report=term-missing"
[tool.mypy]
no_implicit_optional = true
strict = true
[[tool.mypy.overrides]]
module = "huggingface_hub,trafilatura,transformers.*"
ignore_missing_imports = true