about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-04-29 15:46:42 -0700
committerFranck Cuny <fcuny@roblox.com>2024-04-29 15:46:42 -0700
commit9141c76e66a8dc2cf24f4a8f4eeecbf2abc1fb50 (patch)
treeca4f601e55e95a0dc396fb1cb8bfa2e9b291eaad /nix
parentadd `robloxenv` to manage hashi credentials (diff)
downloadworld-9141c76e66a8dc2cf24f4a8f4eeecbf2abc1fb50.tar.gz
enable ruff
Diffstat (limited to '')
-rw-r--r--nix/flake/devshell.nix1
1 files changed, 1 insertions, 0 deletions
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.