8 lines
126 B
TOML
8 lines
126 B
TOML
[tool.ruff]
|
|
line-length = 100
|
|
target-version = "py311"
|
|
select = ["E", "F", "I"]
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = ["."]
|