1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-09-18 13:48:39 +00:00

Overhaul repository with newest bestest practices

Add typing stub file
Add metadata tests
Add missing dev dependencies
Add merge conflict check pre-commit
Add tox env for py3.9
Update license from MIT to GPL3
Update pyproject with pypi metadata
Update makefile to reduce duplication and add missing targets
Update dependencies to latest versions
Update pre-commit config to piggy back on poetry env
Update pyproject to use poetry-core
Update toxfile to use locked dependencies
Remove unused codeowners file
Remove placeholder test
This commit is contained in:
2020-11-26 01:22:13 -05:00
parent 5030db2a84
commit ca891dd1fb
17 changed files with 2073 additions and 784 deletions

View File

@@ -7,7 +7,7 @@ extension-pkg-whitelist=
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS
ignore=
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.