17 lines
251 B
TOML
17 lines
251 B
TOML
[tool.black]
|
|
line-length = 88
|
|
target-version = ["py313"]
|
|
|
|
[tool.ruff]
|
|
line-length = 88
|
|
target-version = "py313"
|
|
|
|
[tool.ruff.lint]
|
|
select = ["E", "F", "I"]
|
|
ignore = []
|
|
|
|
[tool.pytest.ini_options]
|
|
minversion = "8.0"
|
|
addopts = "-ra"
|
|
testpaths = ["tests"]
|