python37Packages.pytest-pylint: 0.14.1 -> 0.15.1
This commit is contained in:
parent
82773f457c
commit
6d6dc97c60
@ -9,11 +9,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-pylint";
|
||||
version = "0.14.1";
|
||||
version = "0.15.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1v6jqxbvzaw6v3xxwd689agy01k0j06q5c3q8gn2f3jlkrvylf4c";
|
||||
sha256 = "0sbmnw3bly4pry5lp6q6g0r8xzaxwbdlf0k19k8pygkhllnj6gnx";
|
||||
};
|
||||
|
||||
buildInputs = [ pytestrunner ];
|
||||
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "pytest plugin to check source code with pylint";
|
||||
homepage = https://github.com/carsongee/pytest-pylint;
|
||||
homepage = "https://github.com/carsongee/pytest-pylint";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user