add make command make reformat

reformat python files with black
This commit is contained in:
Johan Lundberg 2025-05-01 20:41:53 +02:00
parent 66ed711fec
commit 431ce1c8d0
3 changed files with 82 additions and 58 deletions

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
reformat:
black *py