Unverified Commit 076d8bdd authored by natsukium's avatar natsukium
Browse files

python3Packages.flake8-future-import: add missing runHook

parent e7498472
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,7 +43,11 @@ buildPythonPackage rec {
  nativeCheckInputs = [ six ];

  checkPhase = ''
    runHook preCheck

    ${python.interpreter} -m test_flake8_future_import

    runHook postCheck
  '';

  meta = with lib; {