Skip to content

Commit fa84748

Browse files
chore: consistently use kwonly args inside config.from_data
1 parent c9d1bb2 commit fa84748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setuptools_scm/_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def from_data(
144144
data.pop("version_cls", None), data.pop("normalize", True)
145145
)
146146
return cls(
147-
relative_to,
147+
relative_to=relative_to,
148148
version_cls=version_cls,
149149
tag_regex=tag_regex,
150150
**data,

0 commit comments

Comments
 (0)