From 3f4b47276e8c81cde2542a00ce90f3a0ffc1639a Mon Sep 17 00:00:00 2001 From: Glandos Date: Tue, 24 Nov 2020 22:58:22 +0100 Subject: Set black target to python3.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6300266..30de0dd 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ test: install-dev ## Run the tests .PHONY: black black: install-dev ## Run the tests - $(VENV)/bin/black --target-version=py34 . + $(VENV)/bin/black --target-version=py36 . .PHONY: isort isort: install-dev ## Run the tests -- cgit v1.1