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:
parent
48d7bb3dc4
commit
9137cc9c4b
4 changed files with 35 additions and 18 deletions
|
@ -48,7 +48,7 @@ where = ["src"]
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
lint.select = ["E", "F", "I"]
|
||||
lint.select = ["E", "F", "I", "B"]
|
||||
|
||||
|
||||
[tool.liccheck]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue