dupeguru/hscommon
Andrew Senetar 7ba8aa3514
Format files with black
- Format all files with black
- Update tox.ini flake8 arguments to be compatible
- Add black to requirements-extra.txt
- Reduce ignored flake8 rules and fix a few violations
2019-12-31 20:16:27 -06:00
..
gui Format files with black 2019-12-31 20:16:27 -06:00
jobprogress Format files with black 2019-12-31 20:16:27 -06:00
tests Format files with black 2019-12-31 20:16:27 -06:00
.gitignore Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
LICENSE Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
README Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
__init__.py Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
build.py Format files with black 2019-12-31 20:16:27 -06:00
build_ext.py Format files with black 2019-12-31 20:16:27 -06: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
loc.py Format files with black 2019-12-31 20:16:27 -06:00
notify.py Format files with black 2019-12-31 20:16:27 -06:00
path.py Format files with black 2019-12-31 20:16:27 -06: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
sphinxgen.py Format files with black 2019-12-31 20:16:27 -06:00
sqlite.py Format files with black 2019-12-31 20:16:27 -06:00
testutil.py Format files with black 2019-12-31 20:16:27 -06:00
trans.py Format files with black 2019-12-31 20:16:27 -06:00
util.py Format files with black 2019-12-31 20:16:27 -06:00

README

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.