6 lines
99 B
TOML
6 lines
99 B
TOML
[tool.ruff]
|
|
line-length = 88
|
|
target-version = "py312"
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = ["."] |