[project] name = "company-ai-platform" version = "0.1.0" description = "Company lifecycle management AI integration platform for MySQL, Feishu, OpenClaw, Hermes, and model providers." requires-python = ">=3.11" [tool.ruff] line-length = 100 target-version = "py311" [tool.ruff.lint.per-file-ignores] "scripts/verify_smoke.py" = ["E402"] "tests/test_smoke.py" = ["E402"] [tool.pytest.ini_options] pythonpath = ["."] testpaths = ["tests"]