mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
isort 5.0 config/docs (#1736)
This commit is contained in:
@@ -8,9 +8,11 @@ max-complexity = 11
|
||||
combine_as_imports = true
|
||||
include_trailing_comma = true
|
||||
known_first_party = pretix
|
||||
known_third_party = versions
|
||||
known_third_party = versions,tests
|
||||
extra_standard_library = typing,enum,mimetypes
|
||||
multi_line_output = 5
|
||||
line_length = 79
|
||||
honor_noqa = true
|
||||
skip = make_testdata.py,wsgi.py,bootstrap,celery_app.py,pretix/settings.py,tests/settings.py,pretix/testutils/settings.py
|
||||
|
||||
[tool:pytest]
|
||||
|
||||
Reference in New Issue
Block a user