Merge pull request #4033 from alphagov/isort-no-rc

Remove deprecated command line flag to `isort`
This commit is contained in:
Chris Hill-Scott
2021-10-05 09:18:56 +01:00
committed by GitHub

View File

@@ -56,7 +56,7 @@ test: ## Run tests
.PHONY: fix-imports
fix-imports: ## Fix imports using isort
isort -rc ./app ./tests
isort ./app ./tests
.PHONY: freeze-requirements
freeze-requirements: ## create static requirements.txt