ruff: add configuration

This commit is contained in:
Richard Kubíček
2025-03-04 13:52:44 +01:00
parent 735f212a22
commit 0319228ba1

5
ruff.toml Normal file
View File

@@ -0,0 +1,5 @@
[lint]
ignore = [
# Use a single `if` statement instead of nested `if` statements
"SIM102",
]