Spaces:
Runtime error
Runtime error
[tool.black] | |
line-length = 88 | |
target_version = ['py310', 'py311'] | |
preview = 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-transformers]] | |
ignore_missing_imports = true | |