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

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

View File

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