Spaces:
Running
Running
| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "customercore" | |
| version = "1.0.0" | |
| description = "CustomerCore Intelligence Platform" | |
| requires-python = ">=3.11" | |
| [tool.pytest.ini_options] | |
| minversion = "7.0" | |
| addopts = "-ra -q --tb=short" | |
| testpaths = [ | |
| "tests", | |
| ] | |
| pythonpath = [ | |
| "." | |
| ] | |
| [tool.ruff] | |
| line-length = 120 | |
| target-version = "py311" | |
| [tool.mypy] | |
| python_version = "3.11" | |
| ignore_missing_imports = true | |