chore: add Ruff to dev dependencies

This commit is contained in:
Mike A.
2024-07-15 17:02:05 +02:00
parent f82811e67a
commit 9de4dbc168
3 changed files with 43 additions and 16 deletions

View File

@@ -4,7 +4,6 @@ pkgs.mkShell {
packages = with pkgs; [
python312
poetry
ruff
];
shellHook = ''