window: Add sorting and filtering

This commit is contained in:
kramo
2025-11-29 18:50:18 +01:00
parent 35b50d3d8b
commit 49494063d7
6 changed files with 171 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ reportUnknownArgumentType = "none"
reportUnknownLambdaType = "none"
reportUnknownMemberType = "none"
reportUnknownParameterType = "none"
reportUnknownVariableType = "none"
reportUntypedFunctionDecorator = "none"
reportUnusedImport = "none"
reportUnusedVariable = "none"
@@ -68,6 +69,4 @@ suppress-dummy-args = true
suppress-none-returning = true
[tool.ruff.lint.pydocstyle]
property-decorators = [
"gi.repository.GObject.Property",
]
property-decorators = ["gi.repository.GObject.Property"]