10 lines
165 B
TOML
10 lines
165 B
TOML
[tool.ruff]
|
|
line-length = 100
|
|
|
|
[tool.ruff.lint]
|
|
select = ["E", "F", "I", "UP", "B", "SIM"]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["."]
|
|
python_files = ["*_test.py"]
|