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 404adc4 commit 982f3fcCopy full SHA for 982f3fc
src/scikit_build_core/settings/skbuild_model.py
@@ -34,7 +34,7 @@ class SettingsFieldMetadata(TypedDict, total=False):
34
display_default: Optional[str]
35
deprecated: bool
36
override_only: bool
37
- """Do not allow the field to be a top-level table."""
+ """Do not allow the field to be a top-level table."""
38
39
40
class CMakeSettingsDefine(str):
@@ -509,9 +509,7 @@ class ScikitBuildSettings:
509
510
fail: Optional[bool] = dataclasses.field(
511
default=None,
512
- metadata=SettingsFieldMetadata(
513
- override_only=True,
514
- ),
+ metadata=SettingsFieldMetadata(override_only=True),
515
)
516
"""
517
Immediately fail the build. This is only useful in overrides.
0 commit comments