summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 56279de..19ffc12 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,7 +2,7 @@
;;; For more information see (info "(emacs) Directory Variables")
((python-mode
- (eval add-hook 'before-save-hook 'blacken-buffer nil t))
+ (mode . ruff-format-on-save))
(sh-mode
(mode . shfmt-on-save)
(shfmt-arguments "-s")