8 lines
131 B
TOML
8 lines
131 B
TOML
[tool.ruff]
|
|
line-length = 79
|
|
|
|
[tool.ruff.lint]
|
|
exclude = ["mipa/**/__init__.py"]
|
|
|
|
[tool.ruff.format]
|
|
exclude = ["mipa/_version.py"] |