1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-11-17 12:39:02 +00:00
dupeguru/hscommon
Andrew Senetar 9446f37fad
Remove flake8 E731 Errors
Note: black formatting is now applying correctly as well.
2021-08-15 03:53:43 -05:00
..
gui Remove flake8 E731 Errors 2021-08-15 03:53:43 -05:00
jobprogress Format files with black 2019-12-31 20:16:27 -06:00
tests Add details to commented out tests. 2020-06-30 12:25:23 -05:00
__init__.py Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
.gitignore Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
build_ext.py Format files with black 2019-12-31 20:16:27 -06:00
build.py Remove flake8 E731 Errors 2021-08-15 03:53:43 -05:00
conflict.py Format files with black 2019-12-31 20:16:27 -06:00
debug.py Format files with black 2019-12-31 20:16:27 -06:00
desktop.py Format files with black 2019-12-31 20:16:27 -06:00
geometry.py Format files with black 2019-12-31 20:16:27 -06:00
LICENSE Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
loc.py Add import feature to build.py for translations 2021-03-17 19:55:00 -05:00
notify.py Format files with black 2019-12-31 20:16:27 -06:00
path.py Upgrade to latest pytest 2020-06-25 23:26:48 -05:00
plat.py Format files with black 2019-12-31 20:16:27 -06:00
pygettext.py Format files with black 2019-12-31 20:16:27 -06:00
README Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
sphinxgen.py Upgrade Requirement Minimums 2021-08-07 19:28:41 -05:00
sqlite.py Format files with black 2019-12-31 20:16:27 -06:00
testutil.py Upgrade to latest pytest 2020-06-25 23:26:48 -05:00
trans.py Fix Issues from Translation Update 2021-08-06 22:21:35 -05:00
util.py Format files with black 2019-12-31 20:16:27 -06:00

This module is common code used in all Hardcoded Software applications. It has no stable API so
it is not recommended to actually depend on it. But if you want to copy bits and pieces for your own
apps, be my guest.