sentiment-scope / backend /pyproject.toml
melkholy's picture
feat: single-image Hugging Face Spaces deployment with rate limiting
c1fa0b4 verified
Raw
History Blame Contribute Delete
309 Bytes
[tool.pytest.ini_options]
markers = [
"integration: needs the real model downloaded — run locally, excluded by default",
]
# Integration tests are opt-in: plain `pytest` (and CI) skips them.
addopts = "-m 'not integration'"
[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "I", "W"]