Skip to content

Commit 837b9b2

Browse files
committed
update pyproject.toml
1 parent 29892f1 commit 837b9b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

+11
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,14 @@ select = [
3434
"I", # isort
3535
"B", # flake8-bugbear
3636
]
37+
38+
[tool.marimo.ai]
39+
rules = "- prefer polars over pandas\n- make charts using altair"
40+
41+
[tool.marimo.save]
42+
autosave = "after_delay"
43+
autosave_delay = 1000
44+
format_on_save = true
45+
46+
[tool.marimo.package_management]
47+
manager = "uv"

0 commit comments

Comments
 (0)