Unverified Commit 81d6cb6d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #331853 from GaetanLepage/nbqa

nbqa: fix by adding distutils dependency
parents 25f7ee38 e58878b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec {
    ]
    ++ (with python3.pkgs; [
      autoflake
      distutils
      flake8
      isort
      jupytext