From 8cf00bed0b46a9a66d531f40c2e0c02b7028224a Mon Sep 17 00:00:00 2001 From: derped Date: Wed, 1 Jul 2020 14:45:32 +0200 Subject: [PATCH] python3//emacs: fix linter breaking. --- pkgsets/emacs/elpy.nix | 4 ++-- pkgsets/python3.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgsets/emacs/elpy.nix b/pkgsets/emacs/elpy.nix index f24e684..fd41d3f 100644 --- a/pkgsets/emacs/elpy.nix +++ b/pkgsets/emacs/elpy.nix @@ -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)''} ''; }; } diff --git a/pkgsets/python3.nix b/pkgsets/python3.nix index d558ee0..ba555f4 100644 --- a/pkgsets/python3.nix +++ b/pkgsets/python3.nix @@ -26,7 +26,7 @@ in { pyflakes pygame pygame_sdl2 pylama - pylint + pylint toml pyopengl pyproj pytest