python3//emacs: fix linter breaking.
This commit is contained in:
parent
6c6d1d1b25
commit
8cf00bed0b
2 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@ mkIf (elem "emacs::elpy" config.machine.pkgs) {
|
|||
;; manually set what python-mypy is and configure it to ignore 3rd party imports
|
||||
(setq elpy-modules (delq 'elpy-module-flymake elpy-modules))
|
||||
(setq-default flycheck-checker 'python-pylint)
|
||||
(flycheck-add-next-checker 'python-pylint 'python-mypy t)
|
||||
(flycheck-add-next-checker 'python-mypy 'python-flake8 t)''}
|
||||
(flycheck-add-next-checker 'python-pylint 'python-flake8 t)
|
||||
;; (flycheck-add-next-checker 'python-mypy 'python-flake8 t)''}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ in {
|
|||
pyflakes
|
||||
pygame pygame_sdl2
|
||||
pylama
|
||||
pylint
|
||||
pylint toml
|
||||
pyopengl
|
||||
pyproj
|
||||
pytest
|
||||
|
|
Loading…
Reference in a new issue