Skip to content

Commit 895f5ec

Browse files
committed
format using black
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 6819d87 commit 895f5ec

32 files changed

Lines changed: 2050 additions & 1804 deletions

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ sdist wheel:
1212
.PHONY: clean
1313
clean:
1414
$(RM) -r build/sphinx doc/api doc/generated doc/_build dist
15+
16+
.PHONY: format
17+
format:
18+
$(PYTHON) -m black .

0 commit comments

Comments
 (0)