8 lines
120 B
TOML
8 lines
120 B
TOML
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|
|
addopts = "-ra"
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|
|
target-version = "py310"
|