We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451d620 commit 3fa1583Copy full SHA for 3fa1583
1 file changed
src/somesy/core/models.py
@@ -187,9 +187,9 @@ def at_least_one_target(cls, values):
187
no_sync_codemeta: Annotated[
188
bool, Field(description="Do not sync with codemeta.json.")
189
] = False
190
- codemeta_file: Annotated[Path, Field(description="codemeta.json file path.")] = (
191
- Path("codemeta.json"),
192
- )
+ codemeta_file: Annotated[
+ Path, Field(description="codemeta.json file path.")
+ ] = Path("codemeta.json")
193
194
def log_level(self) -> SomesyLogLevel:
195
"""Return log level derived from this configuration."""
0 commit comments