Skip to content

Commit

Permalink
Remove black pre-commit hook as it's inconsistent with LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Oct 13, 2024
1 parent 26b4ad3 commit 817a97a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

pre-commit.hooks = {
isort.enable = true;
black.enable = true;
ruff = {
enable = true;
entry = lib.mkForce "${pkgs.ruff}/bin/ruff --fix --ignore=E501";
Expand Down

0 comments on commit 817a97a

Please sign in to comment.