1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

More Test and Flake8 Cleanup

- Allow flake8 to check more files as well.
This commit is contained in:
2020-06-27 01:08:12 -05:00
parent e05c72ad8c
commit ee2671a5f3
8 changed files with 74 additions and 38 deletions

2
run.py
View File

@@ -16,7 +16,7 @@ from PyQt5.QtWidgets import QApplication
from hscommon.trans import install_gettext_trans_under_qt
from qtlib.error_report_dialog import install_excepthook
from qtlib.util import setupQtLogging
from qt import dg_rc
from qt import dg_rc # noqa: F401
from qt.platform import BASE_PATH
from core import __version__, __appname__