mirror of
https://seed.flo-the.dev/z3gWc1qgaeZaoGwL4WTstLNoqjayM.git
synced 2025-12-06 04:47:35 +01:00
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user