diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-04-29 15:46:42 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-04-29 15:46:42 -0700 |
commit | 9141c76e66a8dc2cf24f4a8f4eeecbf2abc1fb50 (patch) | |
tree | ca4f601e55e95a0dc396fb1cb8bfa2e9b291eaad /nix/flake | |
parent | add `robloxenv` to manage hashi credentials (diff) | |
download | world-9141c76e66a8dc2cf24f4a8f4eeecbf2abc1fb50.tar.gz |
enable ruff
Diffstat (limited to '')
-rw-r--r-- | nix/flake/devshell.nix | 1 |
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. |