Fix linting issues.

This commit is contained in:
Mikaël Capelle
2025-05-21 21:22:48 +02:00
parent e7d5fdcb20
commit 6447d3c624
16 changed files with 1548 additions and 1446 deletions
+3
View File
@@ -47,6 +47,9 @@ target-version = "py310"
[tool.ruff.lint]
extend-select = ["B", "Q", "I"]
[tool.ruff.lint.flake8-bugbear]
extend-immutable-calls = ["PyQt6.QtCore.QModelIndex"]
[tool.ruff.lint.isort]
known-first-party = ["mobase"]