ami-iit / adam

adam implements a collection of algorithms for calculating rigid-body dynamics in Jax, CasADi, PyTorch, and Numpy.
https://adam-docs.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
123 stars 19 forks source link

Black action is failing #62

Closed Giulero closed 8 months ago

Giulero commented 9 months ago

The github action that verifies that the code is formatted following black standards is failing.

See https://github.com/ami-iit/adam/actions/runs/7221531028

flferretti commented 8 months ago

Have you considered using the psf/black@stable action from the original black repo?