1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-10-06 14:19:56 +02:00

🧹 Enable ruff rules 'B'

This commit is contained in:
Mike Gerber 2025-08-22 16:56:05 +02:00
parent 3443edd6d3
commit 6d23bbb45c

View file

@ -76,7 +76,7 @@ disallow_untyped_calls = false
[tool.ruff.lint]
select = ["E", "F", "I"]
select = ["E", "F", "I", "B"]
[tool.liccheck]