Skip to content

Commit 28c0747

Browse files
⬆️ Upgrade rybak, use remove_stale option.
1 parent 18f200d commit 28c0747

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pybase62 = "^1.0.0"
3838
pydantic = "^2.5.2"
3939
python-mimeparse = "^1.6.0"
4040
ruamel-yaml = "^0.18.6"
41-
rybak = { version = "^0.3.0", extras = ['jinja'] }
41+
rybak = { version = "^0.4", extras = ['jinja'] }
4242

4343
[tool.poetry.scripts]
4444
lapidary = "lapidary.render:app"

src/lapidary/render/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def render_project(project_root: anyio.Path) -> None:
115115
),
116116
pathlib.Path(project_root),
117117
event_sink=event_sink,
118-
# remove_stale=True,
118+
remove_stale=True,
119119
)
120120

121121

0 commit comments

Comments
 (0)