0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Make isort see unknown modules as third party by default

This commit is contained in:
Karl Hobley 2020-02-18 13:38:38 +00:00 committed by Matt Westcott
parent 6a2715cc27
commit 514bc7de20

View File

@ -28,7 +28,7 @@ line_length=100
multi_line_output=4
skip=migrations,project_template
known_first_party=wagtail
known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL
default_section=THIRDPARTY
[tool:pytest]
django_find_project = false