add ruff to shell.nix
Django CI/CD / test (push) Successful in 56s Details
Django CI/CD / build-and-push (push) Has been skipped Details

This commit is contained in:
Lukáš Kucharczyk 2024-08-11 17:24:50 +02:00
parent e85b32e22f
commit fda4913c97
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ pkgs.mkShell {
nodejs
python3
poetry
ruff
];
shellHook = ''