1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

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

This commit is contained in:
Mike Gerber 2024-01-12 12:42:40 +01:00
parent 21c44d426e
commit ff34c65c1e

View file

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