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:
2024-08-11 17:24:50 +02:00
parent e85b32e22f
commit fda4913c97

View File

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