Add codacy badge and complete restructure

This commit is contained in:
2022-12-13 11:54:33 +01:00
parent 139d080df1
commit 3f263deae9
9 changed files with 22 additions and 54 deletions

View File

@@ -17,7 +17,7 @@ coverage:
lint: ## Lint and static-check
black src
flake8 src
flake8 --per-file-ignores="__init__.py:F401" src
push: ## Push code with tags
git push && git push --tags