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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 26 additions and 10 deletions

View file

@ -2,7 +2,7 @@
all: format check requirements.txt
format: prettier black
format: black
check: mypy checkprettier checkblack