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

⚙ ruff: Update settings (select → lint.select)

This commit is contained in:
Mike Gerber 2024-07-11 17:15:24 +02:00
parent 6048107889
commit cf998443c1

View file

@ -74,5 +74,5 @@ disallow_untyped_defs = false
disallow_untyped_calls = false
[tool.ruff]
[tool.ruff.lint]
select = ["E", "F", "I"]