nbqa: fix by adding distutils test dependency

This commit is contained in:
Gaetan Lepage 2024-08-02 23:03:16 +02:00
parent d049530865
commit e58878b8a1

View File

@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec {
]
++ (with python3.pkgs; [
autoflake
distutils
flake8
isort
jupytext