From 22aa6a22f859537644adfcc9881bbea060476dc8 Mon Sep 17 00:00:00 2001 From: Markus Sintonen Date: Wed, 23 Oct 2024 20:18:48 +0300 Subject: [PATCH] remove temp profile --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d0d5c396..99f0fce73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,6 @@ python-source = "python" module-name = "pydantic_core._pydantic_core" bindings = 'pyo3' features = ["pyo3/extension-module"] -profile = "release" # TEMPORARY: remove this [tool.ruff] line-length = 120