mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Extend known_third_party to include all other third party modules
isort's auto detection of third party modules seems to be quite flaky. This should stop it making any mistakes.
This commit is contained in:
parent
7fe1cc4f0c
commit
cecbfbf32d
1 changed files with 1 additions and 3 deletions
|
|
@ -12,9 +12,7 @@ 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
|
||||
known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL
|
||||
|
||||
[pytest]
|
||||
django_find_project = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue