Skip to content

Commit b522df0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7b52195 commit b522df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytask_stata/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
def stata(
5252
*,
5353
script: str | Path,
54-
options: str | Iterable[str] | None | object = _DEFAULT_OPTIONS,
54+
options: str | Iterable[str] | object | None = _DEFAULT_OPTIONS,
5555
serializer: str | Callable[..., str] | None = None,
5656
suffix: str | None = None,
5757
) -> tuple[

0 commit comments

Comments
 (0)