summaryrefslogtreecommitdiff
path: root/.config/doom/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/doom/custom.el')
-rw-r--r--.config/doom/custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/doom/custom.el b/.config/doom/custom.el
index a31fff73..3c0a1382 100644
--- a/.config/doom/custom.el
+++ b/.config/doom/custom.el
@@ -5,7 +5,8 @@
;; If there is more than one, they won't work right.
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(safe-local-variable-values
- '((poetry-tracking-strategy . "projectile")
+ '((lsp-pylsp-plugins-ruff-enabled . t)
+ (poetry-tracking-strategy . "projectile")
(poetry-tracking-mode quote projectile)
(poetry-tracking-strategy quote projectile)
(projectile-project-compilation-cmd . "npm run python:lint")