fix pylint issues

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-05 12:41:22 +02:00
parent f4e6356792
commit 9cc0e2be50
3 changed files with 727 additions and 21 deletions

View File

@@ -51,7 +51,7 @@
# same profile for black and isort
isort.settings.flags = "--profile black";
# look for code smell
# pylint.enable = true;
pylint.enable = true;
detect-private-keys.enable = true;