refactor: upgraded to new plugin structure

This commit is contained in:
2024-05-08 15:17:18 +02:00
parent ad8f227691
commit b82ea591b3
39 changed files with 335 additions and 572 deletions
+3
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')