Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-05 11:29:19 +02:00
parent 22cedd9f3e
commit 65924f9656
2 changed files with 87 additions and 41 deletions

View File

@@ -48,8 +48,10 @@
black.enable = true;
# sort imports
isort.enable = true;
# line length the same for black and isort
isort.settings.flags = "-l 88";
# look for code smell
pylint.enable = true;
# pylint.enable = true;
detect-private-keys.enable = true;