From 78a051470cbed0f4d6e7a938f7cfeec691a66e07 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 1 Jan 2021 15:54:53 +1100 Subject: [PATCH 1/2] Added isort to lint-fix --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0ed45370538..36338b2e185 100644 --- a/Makefile +++ b/Makefile @@ -114,3 +114,4 @@ lint: .PHONY: lint-fix lint-fix: black --target-version py36 . + isort . From 4f28ed3956a8104a7e36e7f0fe2b74d034d4a4aa Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 1 Jan 2021 23:32:46 +1100 Subject: [PATCH 2/2] Changed tabs to spaces for consistency --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 36338b2e185..af1c120393f 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,8 @@ help: @echo " install-coverage make and install with C coverage" @echo " install-req install documentation and test dependencies" @echo " install-venv (deprecated) install in virtualenv" - @echo " lint run the lint checks" - @echo " lint-fix run black to (mostly) fix lint issues." + @echo " lint run the lint checks" + @echo " lint-fix run black to (mostly) fix lint issues." @echo " release-test run code and package tests before release" @echo " test run tests on installed pillow" @echo " upload build and upload sdists to PyPI"