Make flycheck less aggressive
This commit is contained in:
parent
2f6f2ebfa4
commit
abc4e6cc31
2
init.el
2
init.el
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user