test: add pytlint imports plugin and fix errors

This commit is contained in:
2024-01-05 17:31:55 +02:00
parent 70b7fcf47a
commit 29bb6284b0
65 changed files with 302 additions and 111 deletions

View File

@ -83,6 +83,7 @@ limit-inference-results=100
# usually to register additional checkers.
load-plugins=pylint.extensions.docparams,
definition_order,
import_order,
# Pickle collected data for later comparisons.
persistent=yes