mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python310Packages.pylint: 2.16.2 -> 2.17.5
https://github.com/PyCQA/pylint/compare/v2.16.2...v2.17.5
This commit is contained in:
parent
95558af10f
commit
d09efd672d
@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pylint";
|
||||
version = "2.16.2";
|
||||
version = "2.17.5";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7.2";
|
||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
owner = "PyCQA";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-xNCGf4CsxEKScIn6dl2Ka31P6bhMo5fTs9TIQz+vPiM=";
|
||||
hash = "sha256-cmH6Q6/XJXx8EXDIsik1Aheu9hYGvvlNvWBUCdmC3P8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -68,6 +68,7 @@ buildPythonPackage rec {
|
||||
# implementation relies on the '__implements__' attribute proposed
|
||||
# in PEP 245, which was rejected in 2006.
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
"-v"
|
||||
];
|
||||
|
||||
dontUseSetuptoolsCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user