Disable the flake8 flycheck checker
This commit is contained in:
parent
3bfcbd3451
commit
ce0bc6b3c3
@ -29,7 +29,8 @@
|
||||
:predicate flycheck-buffer-saved-p
|
||||
:working-directory (lambda (checker)
|
||||
(or (projectile-compilation-dir)
|
||||
default-directory))))
|
||||
default-directory)))
|
||||
(add-to-list 'flycheck-disabled-checkers 'python-flake8))
|
||||
|
||||
;; pyvenv to track virtual environments
|
||||
(use-package pyvenv
|
||||
|
Loading…
Reference in New Issue
Block a user