clan-cli: Add ruff to devShell again. Add missing type annotations
This commit is contained in:
@@ -19,11 +19,11 @@ mkShell {
|
||||
ps:
|
||||
with ps;
|
||||
[
|
||||
ruff
|
||||
mypy
|
||||
]
|
||||
++ (clan-app.devshellPyDeps ps)
|
||||
))
|
||||
ruff
|
||||
] ++ clan-app.runtimeDeps;
|
||||
|
||||
shellHook = ''
|
||||
|
||||
Reference in New Issue
Block a user