aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)