mirror of
https://github.com/abhi1693/openclaw-mission-control.git
synced 2026-08-14 01:07:51 +00:00
10 lines
190 B
TOML
10 lines
190 B
TOML
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py312"]
|
|
extend-exclude = '(\.venv|alembic/versions)'
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
line_length = 100
|
|
skip = [".venv", "alembic/versions"]
|