7 lines
101 B
TOML
7 lines
101 B
TOML
|
|
[tool.pytest.ini_options]
|
||
|
|
pythonpath = ["."]
|
||
|
|
|
||
|
|
[tool.ruff]
|
||
|
|
line-length = 100
|
||
|
|
target-version = "py312"
|