From b68429c2476d0433192ffc7a5d0c24fac0eee7f0 Mon Sep 17 00:00:00 2001 From: Glandos Date: Wed, 5 Aug 2020 22:52:51 +0200 Subject: [PATCH] Switch to isort 5 --- Makefile | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e2fbf325..63002664 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ black: install-dev ## Run the tests .PHONY: isort isort: install-dev ## Run the tests - $(VENV)/bin/isort -rc . + $(VENV)/bin/isort . .PHONY: release release: install-dev ## Release a new version (see https://ihatemoney.readthedocs.io/en/latest/contributing.html#how-to-release) diff --git a/setup.cfg b/setup.cfg index 4628067d..43a33886 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ dev = black>=19.10b0 ; python_version >= '3.6' flake8>=3.7.9 Flask-Testing>=0.8.0 - isort>=4.3.21 + isort>=5.0.0 pytest>=5.4.1 tox>=3.14.6 zest.releaser>=6.20.1