Skip to content

Commit 316f1bb

Browse files
style: pre-commit fixes
1 parent a9f406b commit 316f1bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/configuration/dynamic.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ You can access other metadata fields and produce templated outputs.
126126
provider = "scikit_build_core.metadata.template"
127127
result = {"dev" = ["{project['name']}=={project['version']}"]}
128128
```
129-
You can use `project` to access the current metadata values. You can reference
130-
other dynamic metadata fields, and they will be computed before this one. You
129+
130+
You can use `project` to access the current metadata values. You can reference
131+
other dynamic metadata fields, and they will be computed before this one. You
131132
can use `result` to specify the output. The result must match the type of the
132133
metadata field you are writing to.
133134

0 commit comments

Comments
 (0)