Force isort to treat typing in the py3.5 style, not py3.4

This commit is contained in:
Raphael Michel
2016-08-13 21:19:36 +02:00
parent 34212841e2
commit 5031393136
15 changed files with 17 additions and 14 deletions
+1
View File
@@ -10,6 +10,7 @@ default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = pretix
known_third_party = versions
known_standard_library = typing
multi_line_output = 5
not_skip = __init__.py
skip = make_testdata.py,wsgi.py,bootstrap,celery.py