From d16709a418654f6cb0ddb16e4b793d2503fd0632 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Fri, 14 Apr 2023 10:07:26 -0400 Subject: [PATCH] Add ruff to devshell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s used for linting, so should be available. --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 10e427a..f6f7a2c 100644 --- a/shell.nix +++ b/shell.nix @@ -7,6 +7,7 @@ mkShell { python3.pkgs.mypy python3.pkgs.black python3.pkgs.flake8 + ruff shellcheck direnv ];