blob: c306348f058283874b0f9b7b222745462e06160d [file] [log] [blame]
root = true
[*.py]
max_line_length = 120
indent_style = space
indent_size = 4
known_first_party = isort
known_third_party = kate
ignore_frosted_errors = E103
skip = __init__.py,runtests.py,build
balanced_wrapping = true