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:
parent
21c44d426e
commit
ff34c65c1e
1 changed files with 0 additions and 3 deletions
|
@ -76,6 +76,3 @@ disallow_untyped_calls = false
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
select = ["E", "F", "I"]
|
select = ["E", "F", "I"]
|
||||||
ignore = [
|
|
||||||
"F811", # multimethods are considered redefinitions by ruff
|
|
||||||
]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue