Skip to content

Commit

Permalink
add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Dec 9, 2024
1 parent 0cc3e94 commit 80141ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/dev/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}: {
imports = [
./flake8
# ./isort
./isort
./mypy
./pycodestyle
];
Expand All @@ -16,6 +16,7 @@
black
pipx
pyright
ruff
uv
];
sessionVariables = {
Expand Down

0 comments on commit 80141ad

Please sign in to comment.