Skip to content

Commit 5fdf8c9

Browse files
committed
chore(pyproject.toml): update shellflow version to 0.4.3
1 parent 357c650 commit 5fdf8c9

3 files changed

Lines changed: 24 additions & 23 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "shellflow"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "A minimal shell script orchestrator with SSH support"
55
readme = "README.md"
66
license = "Apache-2.0"
@@ -51,7 +51,7 @@ dev = [
5151
"pytest-asyncio>=1.3.0",
5252
"pytest-benchmark>=5.2.3",
5353
"ruff>=0.15.12",
54-
"ty>=0.0.33",
54+
"ty>=0.0.34",
5555
"behave>=1.3.3",
5656
"hypothesis>=6.152.4",
5757
"shellflow",

src/shellflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,7 @@ def _build_shell_bootstrap(shell: str | None) -> list[str]:
14271427
if shell_name == "zsh":
14281428
return [
14291429
"set +x 2>/dev/null || true",
1430+
"unset preexec_functions precmd_functions 2>/dev/null || true",
14301431
"test -f ~/.zshrc && { source ~/.zshrc >/dev/null 2>&1 || true; }",
14311432
]
14321433
if shell_name == "bash":

uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)