mirror of
https://github.com/vacp2p/pod-api-requester.git
synced 2026-08-27 09:41:16 +00:00
4 lines
119 B
Makefile
4 lines
119 B
Makefile
format:
|
|
autoflake --in-place --remove-all-unused-imports --recursive .
|
|
isort --profile black -l 100 .
|
|
black -l 100 .
|