meta-kitties/modules/MiPA/pyproject.toml

8 lines
131 B
TOML
Raw Normal View History

2024-10-08 19:20:05 +02:00
[tool.ruff]
line-length = 79
[tool.ruff.lint]
exclude = ["mipa/**/__init__.py"]
[tool.ruff.format]
exclude = ["mipa/_version.py"]