Set known_{first,third}_party isort settings

pull/3229/merge
Karl Hobley 2017-05-26 12:44:49 +01:00
rodzic c83a8a0a67
commit 7fe1cc4f0c
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -11,7 +11,10 @@ line_length=100
multi_line_output=4
skip=migrations,project_template
add_imports=from __future__ import absolute_import,from __future__ import unicode_literals
known_first_party=wagtail
# These dependencies are frequently installed in "develop" mode which may cause isort to detect them as first party
known_third_party=willow,modelcluster,taggit,django
[pytest]
django_find_project = false