refactor: upgraded to new plugin structure

This commit is contained in:
2024-04-24 10:01:23 +02:00
parent e3515e6435
commit 71ebbd86be
42 changed files with 408 additions and 396 deletions

3
.git_hooks/pre-commit Normal file
View File

@@ -0,0 +1,3 @@
black --line-length=100 $(git diff --cached --name-only --diff-filter=ACM -- '*.py')
isort --line-length=100 --profile=black --multi-line=3 --trailing-comma $(git diff --cached --name-only --diff-filter=ACM -- '*.py')
git add $(git diff --cached --name-only --diff-filter=ACM -- '*.py')