mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
11 lines
193 B
TOML
11 lines
193 B
TOML
[tool.ruff]
|
|
target-version = "py310"
|
|
line-length = 100
|
|
|
|
[tool.ruff.lint]
|
|
select = ["E9", "F63", "F7", "F82", "I"]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["skills"]
|
|
python_files = ["test_*.py"]
|