Axelrod-Python / Axelrod

A research tool for the Iterated Prisoner's Dilemma
http://axelrod.readthedocs.org/
Other
723 stars 265 forks source link

Run black. #1400

Closed drvinceknight closed 2 years ago

drvinceknight commented 2 years ago

This is a PR to https://github.com/Axelrod-Python/Axelrod/pull/1399 just to check if running an updated version of black (22.1.0) fixes the CI.

marcharper commented 2 years ago

Seems an odd change, but I guess we're letting black make the formatting decisions, eh?

drvinceknight commented 2 years ago

Seems an odd change, but I guess we're letting black make the formatting decisions, eh?

I think so yeah 🤷‍♂️ , an alternative would be to pin black to a prior version. I don't care either way :)