From 2b550a75d5fec2b53747ab9fbb5cd56dd22dd358 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Wed, 21 Oct 2015 13:19:08 -0700 Subject: [PATCH] removed isort link --- {{cookiecutter.repo_name}}/.editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/.editorconfig b/{{cookiecutter.repo_name}}/.editorconfig index e7aa555a3..78c90f9c7 100644 --- a/{{cookiecutter.repo_name}}/.editorconfig +++ b/{{cookiecutter.repo_name}}/.editorconfig @@ -13,7 +13,6 @@ indent_style = space indent_size = 4 [*.py] -# https://github.com/timothycrosley/isort/wiki/isort-Settings line_length=120 known_first_party={{ cookiecutter.repo_name }} multi_line_output=3