[project] name = "sentence-bert-base-ja-mean-tokens-v2-int8" version = "0.1.0" description = "Quantum ONNX build for sentence-bert-base-ja-mean-tokens-v2" requires-python = ">=3.8" [project.optional-dependencies] dev = ["pytest>=7.0", "ruff>=0.1"] [tool.ruff] target-version = "py38" line-length = 100 exclude = [".venv", "build", "target"] [tool.ruff.lint] select = ["E", "F", "I", "N", "W"] ignore = ["E501"] [tool.ruff.lint.isort] known-first-party = [] [tool.pytest.ini_options] testpaths = ["test"] pythonpath = ["."]