prune redundant after 1133b15

This commit is contained in:
Arthur Noel 2023-11-29 17:51:49 +00:00
parent e8acd40bee
commit a45fa0648d
2 changed files with 0 additions and 27 deletions

View file

@ -5,10 +5,7 @@ mkShell {
nativeBuildInputs = [
python3.pkgs.pytest
python3.pkgs.mypy
python3.pkgs.black
python3.pkgs.flake8
ruff
shellcheck
direnv
];
}