diff --git a/init.el b/init.el index 24eca05..fcfa370 100644 --- a/init.el +++ b/init.el @@ -1043,7 +1043,7 @@ Uses `my/projects-directory' to find correct directory" (use-package python :hook ((python-base-mode . (lambda () (my/enable-fill-column 88))) (python-base-mode . (lambda () (add-hook 'flymake-diagnostic-functions - 'flymake-collection-mypy nil t)))) + 'flymake-collection-mypy nil t)))) :custom ;; Set max line length for compatibility with black formatter (python-flymake-command