Merge branch 'linter' into dev

Add pylint to the project and fix some of its reports.
This commit is contained in:
2026-01-30 15:31:33 +01:00
6 changed files with 16 additions and 14 deletions

View File

@@ -26,4 +26,6 @@ docs = [
"sphinx (>=9.1.0,<10.0.0)",
"sphinx-rtd-theme (>=3.0.2,<4.0.0)",
]
dev = [
"pylint (>=4.0.4,<5.0.0)"
]