Makefile: remove prettier (#705)

* remove prettier

* black
This commit is contained in:
calle
2022-07-05 17:18:22 +02:00
committed by GitHub
parent c2399cf9aa
commit 17c79cd044
7 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
all: format check requirements.txt
format: prettier black
format: black
check: mypy checkprettier checkblack