volkamerlab / teachopencadd

TeachOpenCADD: a teaching platform for computer-aided drug design (CADD) using open source packages and data
https://projects.volkamerlab.org/teachopencadd
Creative Commons Attribution 4.0 International
707 stars 196 forks source link

CI: `black` fails #412

Open mbackenkoehler opened 5 months ago

mbackenkoehler commented 5 months ago

Running black fails in the CI. See here for details.

jaimergp commented 5 months ago

See https://github.com/tomcatling/black-nb/issues/75.

You probably need to pin black to a previous version to make it work.

mbackenkoehler commented 5 months ago

Pinning with 'black<23.1.0' makes it work.