aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGlandos <bugs-github@antipoul.fr>2020-08-05 22:56:43 +0200
committerGitHub <noreply@github.com>2020-08-05 22:56:43 +0200
commitfa14100b1642f1e10a0a0403d025afabd0370f13 (patch)
treedfa4228c0bdc18290ab5c7eb12df4ff045c650c4 /Makefile
parent55bce593f04b64a383e300ae9967ce690f95c70d (diff)
downloadihatemoney-mirror-fa14100b1642f1e10a0a0403d025afabd0370f13.zip
ihatemoney-mirror-fa14100b1642f1e10a0a0403d025afabd0370f13.tar.gz
ihatemoney-mirror-fa14100b1642f1e10a0a0403d025afabd0370f13.tar.bz2
Switch to isort 5 (#669)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2fbf32..6300266 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)