mirror of
https://github.com/pretix/pretix.git
synced 2026-09-15 16:34:42 +00:00
Force isort to treat typing in the py3.5 style, not py3.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user