aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGlandos <bugs-github@antipoul.fr>2020-11-24 22:58:22 +0100
committerGlandos <bugs-github@antipoul.fr>2020-11-25 09:25:36 +0100
commit3f4b47276e8c81cde2542a00ce90f3a0ffc1639a (patch)
tree312408521735ba1b12733462c2eacd2742b80e0f /Makefile
parent0380521b4a6f4a0efcc544ca57134def94ac19ba (diff)
downloadihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.zip
ihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.tar.gz
ihatemoney-mirror-3f4b47276e8c81cde2542a00ce90f3a0ffc1639a.tar.bz2
Set black target to python3.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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