Merge pull request #331853 from GaetanLepage/nbqa

nbqa: fix by adding distutils dependency
This commit is contained in:
Nick Cao 2024-08-02 21:13:57 -04:00 committed by GitHub
commit 81d6cb6d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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