Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[check_mk.git] / .isort.cfg
blobd4d2f094a4ccb730927dd97e58f4ca890d4933ac
1 # See http://timothycrosley.github.io/isort/
2 [settings]
3 line_length=99
4 known_first_party=cmk_base,cmk,livestatus,omd
5 indent=4
6 use_parentheses=1
7 include_trailing_comma=1
8 # Use vertical hanging indent (see https://github.com/timothycrosley/isort#multi-line-output-modes)
9 multi_line_output=3