We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa959e0 commit 12467c5Copy full SHA for 12467c5
flake.nix
@@ -37,6 +37,7 @@
37
devShells.default = pkgs.mkShell {
38
packages = [
39
pkgs.poetry
40
+ pkgs.ruff
41
poetryEnv
42
];
43
POETRY_VIRTUALENVS_IN_PROJECT = true;
0 commit comments