11 lines
193 B
TOML
11 lines
193 B
TOML
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|
|
addopts = "-q -p no:cacheprovider"
|
|
|
|
[tool.ruff]
|
|
line-length = 120
|
|
target-version = "py311"
|
|
|
|
[tool.ruff.lint]
|
|
select = ["E", "F", "I", "UP", "B"]
|