Formatting
This commit is contained in:
parent
45087a1b1e
commit
8d1b5270ff
2
init.el
2
init.el
|
@ -1043,7 +1043,7 @@ Uses `my/projects-directory' to find correct directory"
|
||||||
(use-package python
|
(use-package python
|
||||||
:hook ((python-base-mode . (lambda () (my/enable-fill-column 88)))
|
:hook ((python-base-mode . (lambda () (my/enable-fill-column 88)))
|
||||||
(python-base-mode . (lambda () (add-hook 'flymake-diagnostic-functions
|
(python-base-mode . (lambda () (add-hook 'flymake-diagnostic-functions
|
||||||
'flymake-collection-mypy nil t))))
|
'flymake-collection-mypy nil t))))
|
||||||
:custom
|
:custom
|
||||||
;; Set max line length for compatibility with black formatter
|
;; Set max line length for compatibility with black formatter
|
||||||
(python-flymake-command
|
(python-flymake-command
|
||||||
|
|
Loading…
Reference in a new issue