ruff config updated

This commit is contained in:
Nicolas 2026-03-07 12:01:58 +01:00
parent 548ca6fab8
commit 8b760e4b6f
1 changed files with 6 additions and 1 deletions

View File

@ -77,7 +77,12 @@ markers = [
"runner: requires to have an compiled runner executable"]
[tool.ruff]
lint.ignore = ["E501", "E226", "E265"]
ignore = [
"E501",
"E226",
"E265",
"C901"
]
# Equivalent to Flake8's "exclude"
exclude = [