🔍 ruff: Remove ignore configuration, we use multimethods in a compatible way now

master
Mike Gerber 4 months ago
parent 21c44d426e
commit ff34c65c1e

@ -76,6 +76,3 @@ disallow_untyped_calls = false
[tool.ruff]
select = ["E", "F", "I"]
ignore = [
"F811", # multimethods are considered redefinitions by ruff
]

Loading…
Cancel
Save