1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-09-13 02:39:57 +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] [tool.ruff.lint]
select = ["E", "F", "I"] select = ["E", "F", "I", "B"]
[tool.liccheck] [tool.liccheck]