1
Fork 0
mirror of https://git.cs.ou.nl/joshua.moerman/mealy-decompose.git synced 2025-04-29 17:57:44 +02:00
mealy-decompose/.ruff.toml
2024-06-14 14:09:18 +02:00

8 lines
94 B
TOML

indent-width = 2
line-length = 320
[format]
quote-style = "single"
[lint]
ignore = ["E741"]