add black formatter as global python tooling

This commit is contained in:
Trolli Schmittlauch 2022-08-19 13:29:33 +02:00
parent a83bfaed3f
commit c43157c5c8

View file

@ -231,6 +231,7 @@ let
numpy numpy
matplotlib matplotlib
jedi jedi
black
flake8 flake8
mypy mypy
]; ];