chore(nix): Remove eslint hook, as it does not really work
This commit is contained in:
parent
ef80f9389b
commit
ef9877ea60
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ let
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
hooks = {
|
hooks = {
|
||||||
# JS hooks
|
|
||||||
eslint.enable = true;
|
|
||||||
|
|
||||||
# Python hooks
|
# Python hooks
|
||||||
ruff.enable = true;
|
ruff.enable = true;
|
||||||
black.enable = true;
|
black.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue