mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Add ruff to devshell
It’s used for linting, so should be available.
This commit is contained in:
parent
f03b167b55
commit
d16709a418
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ mkShell {
|
|||
python3.pkgs.mypy
|
||||
python3.pkgs.black
|
||||
python3.pkgs.flake8
|
||||
ruff
|
||||
shellcheck
|
||||
direnv
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue