clan-cli: Add ruff to devShell again. Add missing type annotations

This commit is contained in:
Qubasa
2025-01-29 19:16:34 +07:00
parent e7e96f3f95
commit 84b8838084
4 changed files with 7 additions and 5 deletions

View File

@@ -19,11 +19,11 @@ mkShell {
ps:
with ps;
[
ruff
mypy
]
++ (clan-app.devshellPyDeps ps)
))
ruff
] ++ clan-app.runtimeDeps;
shellHook = ''