Files
superfaktura-client/ruff.toml
2025-03-04 13:52:44 +01:00

5 lines
101 B
TOML

[lint]
ignore = [
# Use a single `if` statement instead of nested `if` statements
"SIM102",
]