⚙ ruff: Ignore F811 (no redefinitions) for now, as ruff considers the multimethods redefinitions

pull/90/head
Mike Gerber 9 months ago
parent e4431797e6
commit bc6754d0cb

@ -65,4 +65,6 @@ ignore_missing_imports = true
[tool.ruff]
select = ["E", "F", "I"]
ignore = []
ignore = [
"F811", # multimethods are considered redefinitions by ruff
]

Loading…
Cancel
Save