# Reformat Python code using Black formatter .PHONY: reformat reformat: black *.py