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 78de492 commit a4cdbd5Copy full SHA for a4cdbd5
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):
@@ -511,9 +511,7 @@ class ScikitBuildSettings:
511
512
fail: Optional[bool] = dataclasses.field(
513
default=None,
514
- metadata=SettingsFieldMetadata(
515
- override_only=True,
516
- ),
+ metadata=SettingsFieldMetadata(override_only=True),
517
)
518
"""
519
Immediately fail the build. This is only useful in overrides.
0 commit comments