python3Packages.flake8-blind-except: propagate pycodestyle
This commit is contained in:
parent
a69da8d55e
commit
a9ca307b73
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue