gistillery / pyproject.toml
Benjamin Bossan
Add youtube transcription processor
2cbbc23
[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
plugins = "numpy.typing.mypy_plugin"
[[tool.mypy.overrides]]
module = "huggingface_hub,trafilatura,transformers.*,pytube"
ignore_missing_imports = true