python3Packages.flake8-blind-except: propagate pycodestyle

This commit is contained in:
Martin Weinelt 2022-03-31 23:50:13 +02:00
parent a69da8d55e
commit a9ca307b73

View file

@ -1,6 +1,7 @@
{ lib
, fetchPypi
, buildPythonPackage
, pycodestyle
, pythonOlder
}:
@ -16,6 +17,10 @@ buildPythonPackage rec {
hash = "sha256-8lpXWp3LPus8dgv5wi22C4taIxICJO0fqppD913X3RY=";
};
propagatedBuildInputs = [
pycodestyle
];
# Module has no tests
doCheck = false;