Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-05-01 08:57:10 +02:00
147 changed files with 2392 additions and 1566 deletions

View File

@@ -34,7 +34,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "The uncompromising Python code formatter";
homepage = "https://github.com/ambv/black";
homepage = "https://github.com/psf/black";
license = licenses.mit;
maintainers = with maintainers; [ sveitser ];
};