Add ruff to devshell

It’s used for linting, so should be available.
This commit is contained in:
Andrew Marshall 2023-04-14 10:07:26 -04:00
parent f03b167b55
commit d16709a418

View file

@ -7,6 +7,7 @@ mkShell {
python3.pkgs.mypy
python3.pkgs.black
python3.pkgs.flake8
ruff
shellcheck
direnv
];