From aee9bffc796f279c4fcec7cbce2c8c9940b920a6 Mon Sep 17 00:00:00 2001 From: Anton Ruhlov Date: Fri, 10 Apr 2020 14:51:20 +0300 Subject: Added Makefile format command with isort support --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 64fdc8e..aff928b 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,9 @@ clean-build: @rm -fr dist/ @rm -fr *.egg-info +format fmt: + isort --recursive oauthlib tests + test: tox -- cgit v1.2.1