mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
build(nix): remove pylint as it has been removed (#21572)
This commit is contained in:
parent
e6cae44cbf
commit
86a75c79e1
@ -62,7 +62,6 @@
|
||||
|
||||
pythonEnv = pkgs.python3.withPackages (ps: [
|
||||
ps.msgpack
|
||||
ps.flake8 # for 'make pylint'
|
||||
]);
|
||||
in {
|
||||
packages = with pkgs; {
|
||||
@ -71,11 +70,6 @@
|
||||
};
|
||||
|
||||
checks = {
|
||||
pylint = pkgs.runCommand "pylint" {
|
||||
nativeBuildInputs = [ pythonEnv ];
|
||||
preferLocalBuild = true;
|
||||
} "make -C ${./..} pylint > $out";
|
||||
|
||||
shlint = pkgs.runCommand "shlint" {
|
||||
nativeBuildInputs = [ pkgs.shellcheck ];
|
||||
preferLocalBuild = true;
|
||||
|
Loading…
Reference in New Issue
Block a user