diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-23 07:58:20 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-23 07:58:20 +0100 |
commit | 4466c97f475f7913dd3f8a31bbe59c2028520927 (patch) | |
tree | d97819fc244b05f433caea1fc1eefca7cf5c5292 /Makefile | |
parent | c629c3a0f01b7b5ccaacf7fb85df10ae5d59de9b (diff) |
add Makefile and format with black
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e47e373 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +nothing: + +fmt: + black -S *.py blockpipe gcl shebang |