1

Make flycheck less aggressive

This commit is contained in:
Jessie Hildebrandt 2022-06-08 16:37:55 -04:00
parent 2f6f2ebfa4
commit abc4e6cc31

View File

@ -635,6 +635,8 @@
(flycheck-python-flake8-executable "flake8")
(flycheck-python-pylint-executable "pylint")
(flycheck-python-mypy-executable "mypy")
(flycheck-check-syntax-automatically '(save idle-change mode-enabled))
(flycheck-idle-change-delay 2)
:bind
("C-c e" . flycheck-list-errors))