Formatting

This commit is contained in:
Evie Litherland-Smith 2024-05-08 14:43:32 +01:00
parent 45087a1b1e
commit 8d1b5270ff

View file

@ -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