From 50ec95af189021817b7699a8e6033ba38f029e44 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 23 Apr 2024 19:24:18 -0700 Subject: trying to rely on ruff for python --- config/init-python.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config/init-python.el') diff --git a/config/init-python.el b/config/init-python.el index c965602..6a4372a 100644 --- a/config/init-python.el +++ b/config/init-python.el @@ -15,10 +15,6 @@ :ensure t :hook (python-mode . blacken-mode)) -(use-package py-isort - :ensure t - :commands (py-isort-buffer py-isort-region)) - (provide 'init-python) ;;; init-python.el ends here -- cgit v1.2.3