We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b85f8f commit a6d9868Copy full SHA for a6d9868
pyproject.toml
@@ -53,6 +53,7 @@ python-source = "python"
53
module-name = "pydantic_core._pydantic_core"
54
bindings = 'pyo3'
55
features = ["pyo3/extension-module"]
56
+profile = "release" # TEMPORARY: remove this
57
58
[tool.ruff]
59
line-length = 120
0 commit comments