1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-09-01 12:59:53 +02:00

🧹 Use stacklevel for warnings, enable ruff rules 'B'

This commit is contained in:
Mike Gerber 2025-08-21 16:04:29 +02:00
parent 48d7bb3dc4
commit 9137cc9c4b
4 changed files with 35 additions and 18 deletions

View file

@ -48,7 +48,7 @@ where = ["src"]
[tool.ruff]
line-length = 120
lint.select = ["E", "F", "I"]
lint.select = ["E", "F", "I", "B"]
[tool.liccheck]