Skip to content

Commit 82bd6b5

Browse files
committed
update pyproject.toml
1 parent 286c019 commit 82bd6b5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@ select = [
2626
"I", # isort
2727
"B", # flake8-bugbear
2828
]
29+
30+
[tool.marimo.ai]
31+
rules = "- prefer polars over pandas\n- make charts using altair"
32+
33+
[tool.marimo.save]
34+
autosave = "after_delay"
35+
autosave_delay = 1000
36+
format_on_save = true
37+
38+
[tool.marimo.package_management]
39+
manager = "uv"

0 commit comments

Comments
 (0)