|
|
|
@@ -15,6 +15,14 @@ features = ["python", "pyo3/extension-module"] |
|
|
|
|
|
|
|
[tool.ruff.lint] |
|
|
|
extend-select = [ |
|
|
|
"D", # pydocstyle |
|
|
|
"UP" |
|
|
|
"D", # pydocstyle |
|
|
|
"UP", |
|
|
|
] |
|
|
|
|
|
|
|
[tool.maturin.target.x86_64-apple-darwin] |
|
|
|
# macOS deployment target SDK version |
|
|
|
macos-deployment-target = "14.5" |
|
|
|
|
|
|
|
[tool.maturin.target.aarch64-apple-darwin] |
|
|
|
# macOS deployment target SDK version |
|
|
|
macos-deployment-target = "14.5" |