[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