implement a sample data preparation

This commit is contained in:
deng
2026-06-16 21:26:26 +08:00
parent 7a4e489914
commit 42d12922ee
6 changed files with 95 additions and 1 deletions

View File

@ -35,4 +35,8 @@ target-version = "py313"
select = ["E", "F", "I"]
[tool.ruff.format]
quote-style = "single"
quote-style = 'single'
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]