From 3eb336c2c36090ce4df8909ae84ece1ed4e565d9 Mon Sep 17 00:00:00 2001 From: karlch Date: Wed, 12 Jul 2023 21:53:44 +0200 Subject: [PATCH] Fix lint * Allow # type: ignore lines to be long. * Fix import order and unused import. * Do not use pylint for member check of PyQt / PySide objects. The error is still caught by mypy. --- .pylintrc | 5 ++++- tests/end2end/features/edit/test_crop_bdd.py | 5 ++--- vimiv/gui/crop_widget.py | 2 +- vimiv/qt/core.py | 1 + 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.pylintrc b/.pylintrc index a0996aea6..5e1820332 100644 --- a/.pylintrc +++ b/.pylintrc @@ -44,7 +44,7 @@ no-docstring-rgx=(^__|^main$|^test_|decorator|inside|^_on) [FORMAT] max-line-length=88 max-module-lines=1000 -ignore-long-lines=(