SheildSense_API_SDK / pyproject.toml
cloud450's picture
Upload 48 files
4afcb3a verified
raw
history blame contribute delete
415 Bytes
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.backends.legacy:build"
[tool.pytest.ini_options]
testpaths = ["ai_firewall/tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
python_functions = ["test_*"]
asyncio_mode = "auto"
[tool.ruff]
line-length = 100
target-version = "py39"
[tool.mypy]
python_version = "3.9"
warn_return_any = true
warn_unused_configs = true