From 9141c76e66a8dc2cf24f4a8f4eeecbf2abc1fb50 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Apr 2024 15:46:42 -0700 Subject: enable ruff --- nix/flake/devshell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') diff --git a/nix/flake/devshell.nix b/nix/flake/devshell.nix index 79bb2f9..b008849 100644 --- a/nix/flake/devshell.nix +++ b/nix/flake/devshell.nix @@ -81,6 +81,7 @@ shellcheck.enable = true; shfmt.enable = true; taplo.enable = true; + ruff.enable = true; # I don't understand why this is causing issues in CI. When # I run `nix flake check` locally I don't get any issues but # CI is failing with errors in some of the workflows. -- cgit 1.4.1